diff options
Diffstat (limited to 'cmd/dbasik-api/handlers.go')
-rw-r--r-- | cmd/dbasik-api/handlers.go | 2 |
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") } |