remove contact us

This commit is contained in:
2024-10-27 13:32:17 -05:00
parent bf24aebb19
commit b91ad276f4
7 changed files with 0 additions and 93 deletions

View File

@@ -39,7 +39,6 @@ func main() {
mux.Handle(core.RandomSvgInterface, &handler)
mux.Handle(core.RefreshToken, &handler)
mux.Handle(core.ResetNKode, &handler)
mux.Handle(core.ContactUs, &handler)
fmt.Println("Running on localhost:8080...")
log.Fatal(http.ListenAndServe("localhost:8080", corsMiddleware(mux)))
}