mirror of
https://github.com/Voronsky/pterogo.git
synced 2025-12-12 16:46:34 -05:00
case sensitivity matters
This commit is contained in:
@@ -20,8 +20,8 @@ var (
|
||||
// PteroRequestHeaders keeps track of the auth token and base url for all requests
|
||||
// Its methods allow to make a request using the auth token and base url
|
||||
type PteroRequestHeaders struct {
|
||||
auth_token string
|
||||
url string
|
||||
Auth_token string
|
||||
Url string
|
||||
}
|
||||
|
||||
// A PterodactylClient implements methods for all client API routes
|
||||
|
||||
Reference in New Issue
Block a user