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