|
|
@@ -81,7 +81,7 @@ public class JudgeServiceImpl implements JudgeService {
|
|
|
call.end();
|
|
|
|
|
|
|
|
|
- String url = "http://environment-22-200.seec.svc.cluster.local:5000";
|
|
|
+ String url = "http://environment-22-200.seec.svc.cluster.local:5000/api/judge";
|
|
|
String authStr = JSON.toJSONString(judgeDTO);
|
|
|
System.out.println(authStr);
|
|
|
Request postRequest = new Request.Builder()
|