maybe fix spam of api
This commit is contained in:
parent
169948fff5
commit
72b5ace984
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
var (
|
||||
oauthTokenGrantTypes = map[string]func(c *fiber.Ctx, body *FortniteTokenBody) error{
|
||||
"client_credentials": PostTokenClientCredentials,
|
||||
// "client_credentials": PostTokenClientCredentials, // spams the api?? like wtf
|
||||
"password": PostTokenPassword,
|
||||
"exchange_code": PostTokenExchangeCode,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user