Skip to content

Commit ccea2dc

Browse files
committed
Fixed v1_get_campaign url
1 parent ec25752 commit ccea2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Traceback/Private/API/APIProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct APIProvider: Sendable {
3636

3737
func getCampaignLink(from url: String, isFirstCampaignOpen: Bool) async throws -> CampaignResponse {
3838
var urlComponents = URLComponents(
39-
url: config.host.appendingPathComponent("v1_getCampaign", isDirectory: false),
39+
url: config.host.appendingPathComponent("v1_get_campaign", isDirectory: false),
4040
resolvingAgainstBaseURL: false
4141
)
4242

0 commit comments

Comments
 (0)