WIP micropub #28

Merged
h4kor merged 7 commits from micropub into main 2022-11-19 15:35:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ecc12333e1 - Show all commits

View File

@ -289,7 +289,7 @@ func userMicropubHandler(repo *owl.Repository) func(http.ResponseWriter, *http.R
if h != "entry" {
w.WriteHeader(http.StatusBadRequest)
w.Write([]byte("Bad request. h must be entry"))
w.Write([]byte("Bad request. h must be entry. Got " + h))
return
}
if content == "" {