Skip to content

Commit bc83bae

Browse files
change webservice path
1 parent e589843 commit bc83bae

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/apporelbotna/gameserver/persistencewsclient

1 file changed

+2
-2
lines changed

src/main/java/com/apporelbotna/gameserver/persistencewsclient/GameDAO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
public class GameDAO
2222
{
2323
// Stucky server
24-
// public static final String SERVER_URL = "http://172.16.2.94:8082/";
25-
public static final String SERVER_URL = "http://localhost:8082/";
24+
public static final String SERVER_URL = "http://172.16.2.94:8082/";
25+
// public static final String SERVER_URL = "http://localhost:8082/";
2626

2727
RestTemplate restTemplate = new RestTemplate();
2828

0 commit comments

Comments
 (0)