Fixed the path property of the GetAmiiboEndpoint endpoint.
This commit is contained in:
parent
68d7eef203
commit
83950ceb6e
@ -8,7 +8,7 @@ struct GetAmiiboEndpoint: Endpoint {
|
||||
let scheme: String = .Scheme.https
|
||||
let host: String = .Host.amiiboApi
|
||||
let port: Int? = nil
|
||||
let path: String = .Path.type
|
||||
let path: String = .Path.amiibo
|
||||
let parameters: Parameters
|
||||
let method: HTTPRequestMethod = .get
|
||||
let headers: [String : String] = [:]
|
||||
|
Loading…
x
Reference in New Issue
Block a user