mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-02 02:57:15 +08:00
Forgot a file
This commit is contained in:
parent
7e30d640c3
commit
c0e302db93
@ -58,6 +58,10 @@ func Init(mux *http.ServeMux) error {
|
||||
mux.HandleFunc("POST /savedata/clear", legacyHandleSaveData) // TODO use clearSessionData
|
||||
mux.HandleFunc("GET /savedata/newclear", legacyHandleNewClear)
|
||||
|
||||
//run history
|
||||
mux.HandleFunc("GET /savedata/runHistory", handleGetRunHistory)
|
||||
mux.HandleFunc("POST /savedata/runHistory", handleRunHistory)
|
||||
|
||||
// new session
|
||||
mux.HandleFunc("POST /savedata/updateall", handleUpdateAll)
|
||||
mux.HandleFunc("POST /savedata/system/verify", handleSystemVerify)
|
||||
|
Loading…
x
Reference in New Issue
Block a user