We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6524daa commit 5b03d11Copy full SHA for 5b03d11
1 file changed
cloudbox.go
@@ -97,9 +97,6 @@ func main() {
97
http.HandleFunc("POST toyboxapi.garrysmod.com/publishsave_001/", publishsave.Publish) // v106 - v108
98
http.HandleFunc("POST toyboxapi.garrysmod.com/publishsave_002/", publishsave.Publish) // v109 - v142
99
100
- // mapload (legacy)
101
- http.HandleFunc("GET toyboxapi.garrysmod.com/mapload_001/", stats.MapLoad) // v98 - v101
102
-
103
err = http.ListenAndServe(fmt.Sprintf(":%d", *port), nil)
104
if err != nil {
105
log.Fatalf("error while serving: %s", err)
0 commit comments