|
@@ -127,6 +127,15 @@ spring:
|
|
|
uri: lb://message-service
|
|
uri: lb://message-service
|
|
|
predicates:
|
|
predicates:
|
|
|
- Path=/api/message/**
|
|
- Path=/api/message/**
|
|
|
|
|
+ ###############################################################################
|
|
|
|
|
+ - id: log-websocket
|
|
|
|
|
+ uri: lb:ws://search-service
|
|
|
|
|
+ predicates:
|
|
|
|
|
+ - Path=/logws/**
|
|
|
|
|
+ - id: search1-router
|
|
|
|
|
+ uri: lb://search-service
|
|
|
|
|
+ predicates:
|
|
|
|
|
+ - Path=/api/search1/**
|
|
|
# gateway:
|
|
# gateway:
|
|
|
# globalcors:
|
|
# globalcors:
|
|
|
# cors-configurations:
|
|
# cors-configurations:
|