Fix everything odyssey pointed out.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-09-18 17:44:37 +01:00
parent 65d35747fc
commit 1c2e6e3da9
4 changed files with 6 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ func main() {
})
log.Println("[HTTP] Starting server")
api.CheckAnn()
api.AnnCheck()
api.FormCheck()
http.HandleFunc("/api/", func(w http.ResponseWriter, r *http.Request) {