kinda working
This commit is contained in:
7
handler_ready.go
Normal file
7
handler_ready.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "net/http"
|
||||
|
||||
func handlerReadiness(w http.ResponseWriter, r *http.Request) {
|
||||
respondWithJSON(w, http.StatusOK, map[string]string{"status": "ok"})
|
||||
}
|
||||
Reference in New Issue
Block a user