Commit 5b439cb8 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent ed9f2d37
......@@ -46,7 +46,7 @@ public class ProxyController {
}
String method = params.getOrDefault("method", "post");
String targetUrl = "http://127.0.0.1:11086/basic_api/" + path;
String targetUrl = "http://127.0.0.1:11078/basic_api/" + path;
log.info("proxyPost targetUrl: {}", targetUrl);
if ("post".equalsIgnoreCase(method)) {
return webClient.post()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment