This commit is contained in:
bronku 2025-03-21 18:53:11 +01:00
parent 2f96ca3105
commit 5d6bbdb943

View file

@ -27,5 +27,4 @@ func main() {
http.HandleFunc("GET /", logger(h.index))
http.HandleFunc("POST /", logger(h.addOrder))
go http.ListenAndServe(":8080", nil)
adminConsole()
}