summaryrefslogtreecommitdiff
path: root/system/api/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/api/create.go')
-rw-r--r--system/api/create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/create.go b/system/api/create.go
index fbd00dc..3328bd6 100644
--- a/system/api/create.go
+++ b/system/api/create.go
@@ -27,7 +27,7 @@ type Trustable interface {
AutoApprove(http.ResponseWriter, *http.Request) error
}
-func externalContentHandler(res http.ResponseWriter, req *http.Request) {
+func createContentHandler(res http.ResponseWriter, req *http.Request) {
if req.Method != http.MethodPost {
res.WriteHeader(http.StatusMethodNotAllowed)
return