We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02563a9 commit cf3a012Copy full SHA for cf3a012
app/src/main/java/ndk/personal/account_ledger/constants/ServerEndpoint.java
@@ -2,7 +2,7 @@
2
3
public class ServerEndpoint {
4
5
- public static final String SERVER_ADDRESS = "http://ec2-54-162-109-50.compute-1.amazonaws.com/account_ledger_server";
+ public static final String SERVER_ADDRESS = "https://nomadller.in";
6
public static final String HTTP_API_FOLDER = "http_api";
7
public static final String FILE_EXTENSION = ".php";
8
0 commit comments