Skip to content

Commit cf3a012

Browse files
committed
Revert "Update ServerEndpoint.java"
This reverts commit 02563a9.
1 parent 02563a9 commit cf3a012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ndk/personal/account_ledger/constants/ServerEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class ServerEndpoint {
44

5-
public static final String SERVER_ADDRESS = "http://ec2-54-162-109-50.compute-1.amazonaws.com/account_ledger_server";
5+
public static final String SERVER_ADDRESS = "https://nomadller.in";
66
public static final String HTTP_API_FOLDER = "http_api";
77
public static final String FILE_EXTENSION = ".php";
88

0 commit comments

Comments
 (0)