aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dbasik-api/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dbasik-api/handlers.go')
-rw-r--r--cmd/dbasik-api/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dbasik-api/handlers.go b/cmd/dbasik-api/handlers.go
index 65bf2c4..a36adf6 100644
--- a/cmd/dbasik-api/handlers.go
+++ b/cmd/dbasik-api/handlers.go
@@ -100,7 +100,7 @@ func (app *application) createReturnHandler(w http.ResponseWriter, r *http.Reque
app.serverErrorResponse(w, r, err)
}
- fmt.Fprintf(w, "file successfully uploaded")
+ fmt.Fprintf(w, "file successfully uploaded\n")
}