Skip to content
Snippets Groups Projects
Commit 31006f1a authored by Leon de Vries's avatar Leon de Vries
Browse files

Checked the HTTP endpoint, to a better mocking service

parent 9818f459
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ public class RestEchoProxyService implements EchoProxyService {
@Override
public void echo(String message) {
String urlString = "http://www.mocky.io/v2/5e68e62f2f0000119ad8b0b1?mocky-delay=60s";
String urlString = "https://soa-ut-2020.free.beeceptor.com";
// Manual HTTP request
StringBuffer content = new StringBuffer();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment