This commit is contained in:
dartpopikyardo
2016-09-02 15:11:44 +03:00
parent dde554e442
commit 55cb34ef4f
18 changed files with 20 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ public class TransactionsCommandSideServiceIntegrationTest {
private int port;
private String baseUrl(String path) {
return "http://localhost:" + port + "/" + path;
return "http://localhost:" + port + "/api" + path;
}
@Autowired