Skip to content

Commit cb14bed

Browse files
committed
Add getinstall_001 route
1 parent 4a7d085 commit cb14bed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloudbox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func main() {
8080
http.HandleFunc("POST toyboxapi.garrysmod.com/auth_003/", toyboxapi.Auth) // v134 - v142
8181

8282
// getinstall
83+
http.HandleFunc("GET toyboxapi.garrysmod.com/getinstall_001/", toyboxapi.GetPackage) // v100 - v133
8384
http.HandleFunc("GET toyboxapi.garrysmod.com/getinstall_003/", toyboxapi.GetPackage) // v134 - v142
8485

8586
// getscript

0 commit comments

Comments
 (0)