TASK:mixi;
This commit is contained in:
@@ -189,7 +189,7 @@ public class PythonService {
|
||||
content.put("database", dataBaseMap);
|
||||
RequestBody body = RequestBody.create(mediaType, JSON.toJSONString(content));
|
||||
Request request = new Request.Builder()
|
||||
.url(accessPythonIp + ":9993/api/outfit_matcheroutfit_matcher")
|
||||
.url(accessPythonIp + ":9993/api/outfit_matcher")
|
||||
.method("POST", body)
|
||||
.addHeader("Authorization", "Basic YWlkbGFiOjEyMw==")
|
||||
.addHeader("Content-Type", "application/json")
|
||||
|
||||
Reference in New Issue
Block a user