Skip to content

Commit b11f23d

Browse files
committed
Add additional API endpoints
1 parent fbad528 commit b11f23d

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/red/alert/config

1 file changed

+1
-1
lines changed

app/src/main/java/com/red/alert/config/API.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class API {
44
// RedAlert API Endpoint(s)
5-
public static String[] ENDPOINTS = {"https://api.redalert.me", "https://api.tzevaadom.app"};
5+
public static String[] ENDPOINTS = {"https://api.redalert.me", "https://redalert.me", "https://api.tzevaadom.app", "https://tzevaadom.app"};
66

77
// Define platform to be sent by our API
88
public static String PLATFORM_IDENTIFIER = "android";

0 commit comments

Comments
 (0)