Skip to content

Commit

Permalink
Merge pull request #9 from TIT8/patch
Browse files Browse the repository at this point in the history
Update form-api.go
  • Loading branch information
TIT8 committed Aug 28, 2023
2 parents 5456fb6 + a190fa3 commit baa31ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions form-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func handler_post(w http.ResponseWriter, r *http.Request) {
err = r.ParseForm()
}
if err != nil {
w.WriteHeader(http.StatusUnsupportedMediaType)
log.Fatal(err)
}

Expand Down

0 comments on commit baa31ac

Please sign in to comment.