maybe fix spam of api
This commit is contained in:
parent
169948fff5
commit
72b5ace984
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user