fix: endpoints

This commit is contained in:
Linventif 2024-02-27 02:32:47 +01:00
parent e7210a5424
commit 7a739564f1
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -15,7 +15,7 @@ end
//
function gmInte.playerBan(data)
gmInte.http.post("/players/" .. util.SteamIDTo64(data.networkid) .. "/bans", data)
gmInte.http.post("/players/" .. util.SteamIDTo64(data.networkid) .. "/ban", data)
end
//