summaryrefslogtreecommitdiffstats
path: root/api4/brand.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/brand.go')
-rw-r--r--api4/brand.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api4/brand.go b/api4/brand.go
index 00e6bbbff..f9a301acf 100644
--- a/api4/brand.go
+++ b/api4/brand.go
@@ -66,5 +66,6 @@ func uploadBrandImage(c *Context, w http.ResponseWriter, r *http.Request) {
c.LogAudit("")
+ w.WriteHeader(http.StatusCreated)
ReturnStatusOK(w)
}