Skip to content

Commit 264e123

Browse files
committed
check deployment
1 parent 94ae9ad commit 264e123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/adapters/handler/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func handleGetIndex(w http.ResponseWriter, _ *http.Request) {
1212
tm := time.Now().UTC().Format(time.RFC1123)
1313
w.Header().Set("x-datetime", tm)
1414
w.WriteHeader(http.StatusOK)
15-
_, err := w.Write([]byte("ok"))
15+
_, err := w.Write([]byte("OK\n"))
1616
if err != nil {
1717
return
1818
}

0 commit comments

Comments
 (0)