Skip to content

Commit

Permalink
oops missed a letter
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Mar 30, 2022
1 parent 30bf5dc commit 1b29408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
os.Exit(1)
}

func handleIncoming() http.HandleFunc {
func handleIncoming() http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
if r.Method != http.MethodPost {
w.WriteHeader(http.StatusForbidden)
Expand Down

0 comments on commit 1b29408

Please sign in to comment.