File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,8 @@ enum JsonValue {
268
268
}
269
269
270
270
enum IterableDataRegion {
271
- static let US = " https://api.iterable.com "
272
- static let EU = " https://api.eu.iterable.com "
271
+ static let US = " https://api.iterable.com/api/ "
272
+ static let EU = " https://api.eu.iterable.com/api/ "
273
273
}
274
274
275
275
public protocol JsonValueRepresentable {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IterableAPITests: XCTestCase {
11
11
private static let apiKey = " zeeApiKey "
12
12
private static let email = " [email protected] "
13
13
private static let userId = " testUserId "
14
- private static let apiEndPointUS = " https://api.iterable.com "
15
- private static let apiEndPointEU = " https://api.eu.iterable.com "
14
+ private static let apiEndPointUS = " https://api.iterable.com/api/ "
15
+ private static let apiEndPointEU = " https://api.eu.iterable.com/api/ "
16
16
17
17
override func setUp( ) {
18
18
super. setUp ( )
You can’t perform that action at this time.
0 commit comments