We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4b5fb commit 2595a61Copy full SHA for 2595a61
Sources/replicate-kit-swift/ReplicateAPI.swift
@@ -223,7 +223,7 @@ fileprivate func sessionCfg (_ token : String) -> URLSessionConfiguration{
223
let config = URLSessionConfiguration.default
224
225
config.httpAdditionalHeaders = [
226
- "Authorization": "Token \(token)",
+ "Authorization": "Bearer \(token)",
227
"application/json" : "Accept"
228
]
229
0 commit comments