Skip to content

Commit 34dbfb5

Browse files
endpoint fixes
1 parent a2505d8 commit 34dbfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-sdk/Constants.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ enum JsonValue {
271271
}
272272

273273
enum IterableDataRegion {
274-
static let US = "https://api.iterable.com"
275-
static let EU = "https://api.eu.iterable.com"
274+
static let US = "https://api.iterable.com/api/"
275+
static let EU = "https://api.eu.iterable.com/api/"
276276
}
277277

278278
public protocol JsonValueRepresentable {

0 commit comments

Comments
 (0)