ignore options.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-09-17 22:18:21 +01:00
parent 977136d9c2
commit 41209f3ee3
3 changed files with 25 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ func main() {
http.ServeFile(w, r, "static/announcements.html")
})
api.Settings()
api.Form()
api.FormCheck()
api.CheckAnn()
log.Println("[HTTP] HTTP server is now running at " + config.Port() + "!")
log.Println(http.ListenAndServe(":"+config.Port(), nil))