Skip to content
Snippets Groups Projects
Commit 6db232f2 authored by Vries, Leon de (UT-EEMCS)'s avatar Vries, Leon de (UT-EEMCS)
Browse files

Update slow mocking endpoint, to a self hosted one.

parent 31006f1a
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 = "https://soa-ut-2020.free.beeceptor.com";
String urlString = "http://lrdv.nl/slow.php";
// 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