maybe fix spam of api

This commit is contained in:
Eccentric 2023-12-26 03:52:35 +00:00
parent 169948fff5
commit 72b5ace984

View File

@ -11,7 +11,7 @@ import (
var ( var (
oauthTokenGrantTypes = map[string]func(c *fiber.Ctx, body *FortniteTokenBody) error{ oauthTokenGrantTypes = map[string]func(c *fiber.Ctx, body *FortniteTokenBody) error{
"client_credentials": PostTokenClientCredentials, // "client_credentials": PostTokenClientCredentials, // spams the api?? like wtf
"password": PostTokenPassword, "password": PostTokenPassword,
"exchange_code": PostTokenExchangeCode, "exchange_code": PostTokenExchangeCode,
} }