Skip to content

Commit c49d3ea

Browse files
author
Ruben Nine
committed
Using cdnURL in CDNService.
1 parent 029266d commit c49d3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FilestackSDK/Internal/Services/CDNService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class CDNService: NetworkingServiceWithBaseURL {
1515
// MARK: - Internal Properties
1616

1717
let sessionManager = SessionManager.filestack()
18-
let baseURL = Constants.apiURL
18+
let baseURL = Constants.cdnURL
1919

2020
static let shared = Shared
2121
}

0 commit comments

Comments
 (0)