Update nuisance submission to go to submitted page

This commit is contained in:
Eli Ribble 2026-04-08 17:49:32 +00:00
parent c41154a200
commit 2c0bfb9904
No known key found for this signature in database
31 changed files with 747 additions and 228 deletions

View file

@ -39,5 +39,5 @@ func Router(r *mux.Router) {
//r.HandleFunc("/_/*", getRoot)
static.AddStaticRoute(r, "/static")
r.PathPrefix("/").Handler(static.SinglePageApp("static/gen/sync"))
r.PathPrefix("/").Handler(static.SinglePageApp("static/gen/sync")).Methods("GET")
}