mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Push surrogates and dqs to TBA (fixes #55).
This commit is contained in:
@@ -127,7 +127,7 @@ func (web *Web) scheduleRepublishPostHandler(w http.ResponseWriter, r *http.Requ
|
||||
return
|
||||
}
|
||||
|
||||
http.Redirect(w, r, "/setup/schedule"+getMatchType(r), 303)
|
||||
http.Redirect(w, r, "/setup/schedule?matchType="+getMatchType(r), 303)
|
||||
}
|
||||
|
||||
// Saves the generated schedule to the database.
|
||||
|
||||
Reference in New Issue
Block a user