File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/eppo/sdk/constants Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >cloud.eppo</groupId >
8
8
<artifactId >eppo-server-sdk</artifactId >
9
- <version >1.1.2 </version >
9
+ <version >1.2.0 </version >
10
10
11
11
<name >${project.groupId} :${project.artifactId} </name >
12
12
<description >Eppo Server-Side SDK for Java</description >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public class Constants {
7
7
/**
8
8
* Base URL
9
9
*/
10
- public static final String DEFAULT_BASE_URL = "https://eppo.cloud/api" ;
10
+ public static final String DEFAULT_BASE_URL = "https://fscdn. eppo.cloud/api" ;
11
11
public static final int REQUEST_TIMEOUT_MILLIS = 1000 ;
12
12
13
13
/**
@@ -31,7 +31,7 @@ public class Constants {
31
31
/**
32
32
* RAC settings
33
33
*/
34
- public static final String RAC_ENDPOINT = "/randomized_assignment/v2 /config" ;
34
+ public static final String RAC_ENDPOINT = "/randomized_assignment/v3 /config" ;
35
35
36
36
37
37
/**
You can’t perform that action at this time.
0 commit comments