diff options
Diffstat (limited to 'internal/api/handlers.go')
-rw-r--r-- | internal/api/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/handlers.go b/internal/api/handlers.go index 506b83c..aba73a2 100644 --- a/internal/api/handlers.go +++ b/internal/api/handlers.go @@ -253,7 +253,7 @@ func StatusUptimeHandler(w http.ResponseWriter, r *http.Request) { // TODO: SUBSCRIBE TO EMAILS func StatusSubscribeHandler(w http.ResponseWriter, r *http.Request) { - + fmt.Fprintf(w, "{}") } // TODO: CONTACT HANDLER |