From 4933aae416b888627ffbe2e1aa643a39befa06c2 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Tue, 30 Mar 2021 17:08:37 +0800
Subject: [PATCH] Update application-local.yml

---
 application-local.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/application-local.yml b/application-local.yml
index 8a035df..88280b1 100644
--- a/application-local.yml
+++ b/application-local.yml
@@ -44,13 +44,7 @@ spring:
       #url: http://119.96.87.17:10422
       url: http://127.0.0.1:10422
       api-path: instances
-  gateway:
-      routes:
-        #表示websocket的转发
-        - id: socket
-          uri: lb:ws://techhero-component-websocket
-          predicates:
-          - Path=/socket/**
+
 
 cache:
   redis:
--
libgit2 0.26.0