diff --git a/handlers.go b/handlers.go index eaf5c51..5f0f8de 100644 --- a/handlers.go +++ b/handlers.go @@ -57,7 +57,7 @@ func shortenJSON(w http.ResponseWriter, r *http.Request){ err = short.Short(queryu, &token) check(err) - respond := response{3 + respond := response{ Action: "shorten", Result: r.Host + "/" + token, }