We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbad528 commit b11f23dCopy full SHA for b11f23d
app/src/main/java/com/red/alert/config/API.java
@@ -2,7 +2,7 @@
2
3
public class API {
4
// RedAlert API Endpoint(s)
5
- public static String[] ENDPOINTS = {"https://api.redalert.me", "https://api.tzevaadom.app"};
+ public static String[] ENDPOINTS = {"https://api.redalert.me", "https://redalert.me", "https://api.tzevaadom.app", "https://tzevaadom.app"};
6
7
// Define platform to be sent by our API
8
public static String PLATFORM_IDENTIFIER = "android";
0 commit comments