Update nuisance submission to go to submitted page
This commit is contained in:
parent
c41154a200
commit
2c0bfb9904
31 changed files with 747 additions and 228 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue