diff --git a/main.go b/main.go index e967fea..b537417 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,7 @@ func main() { }) sms := sms77api.SmsBaseParams{ - Text: "Something", + Text: "Jemand greift auf deine Position zu", To: "004917655424258", From: "Notfall-Portal", } @@ -67,6 +67,7 @@ func main() { } active = true activeSince = time.Now() + http.Redirect(writer, request, "/", http.StatusSeeOther) }) http.HandleFunc("/json", func(writer http.ResponseWriter, request *http.Request) {