diff --git a/http.go b/http.go index 24f5dc5..07bcc8a 100644 --- a/http.go +++ b/http.go @@ -89,6 +89,8 @@ func Serve() { } } } + // Return 201 + w.WriteHeader(http.StatusCreated) } // Add the handlers to a HTTP server