mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修改网关serviceId
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.stream.Stream;
|
||||
public class ConfigPushService {
|
||||
|
||||
private static final String GATEWAY_PUSH_URL = "http://%s/configChannelMsg";
|
||||
private static final String API_GATEWAY_SERVICE_ID = "api-gateway";
|
||||
private static final String API_GATEWAY_SERVICE_ID = "sop-gateway";
|
||||
|
||||
private static HttpTool httpTool = new HttpTool();
|
||||
|
||||
|
Reference in New Issue
Block a user