mirror of
https://github.com/kevin-DL/football_info_api.git
synced 2026-01-20 05:35:08 +00:00
Initial commit
This commit is contained in:
11
general/handler.go
Normal file
11
general/handler.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package general
|
||||
|
||||
import (
|
||||
"football_api/helpers"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func HandleHealth(w http.ResponseWriter, r *http.Request) {
|
||||
helpers.RespondWithJson(w, 200, "OK")
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user