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 e589843 commit bc83baeCopy full SHA for bc83bae
src/main/java/com/apporelbotna/gameserver/persistencewsclient/GameDAO.java
@@ -21,8 +21,8 @@
21
public class GameDAO
22
{
23
// 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/";
+ public static final String SERVER_URL = "http://172.16.2.94:8082/";
+ // public static final String SERVER_URL = "http://localhost:8082/";
26
27
RestTemplate restTemplate = new RestTemplate();
28
0 commit comments