From 1fed5e7bab3a8f6b9adbfcd3695e14a03d47677f Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期五, 31 十月 2025 09:52:35 +0800
Subject: [PATCH] 更新代码
---
gateway/src/main/resources/application.yml | 64 --------------------------------
1 files changed, 0 insertions(+), 64 deletions(-)
diff --git a/gateway/src/main/resources/application.yml b/gateway/src/main/resources/application.yml
index bfb822f..7491a5e 100644
--- a/gateway/src/main/resources/application.yml
+++ b/gateway/src/main/resources/application.yml
@@ -17,68 +17,4 @@
predicates:
- Path=/api/plcSend/**
filters:
- - StripPrefix=2
-
- - id: glassStorage
- uri: lb://glassStorage
- predicates:
- - Path=/api/glassStorage/**
- -
- filters:
- - StripPrefix=2
-
- - id: loadGlass
- uri: lb://loadGlass
- predicates:
- - Path=/api/loadGlass/**
- filters:
- - StripPrefix=2
-
- - id: cutting
- uri: lb://cutting
- predicates:
- - Path=/api/cutting/**
- filters:
- - StripPrefix=2
-
- - id: horizontal
- uri: lb://horizontal
- predicates:
- - Path=/api/horizontal/**
- filters:
- - StripPrefix=2
-
- - id: edging
- uri: lb://edging
- predicates:
- - Path=/api/edging/**
- filters:
- - StripPrefix=2
-
- - id: verticalGlass
- uri: lb://verticalGlass
- predicates:
- - Path=/api/verticalGlass/**
- filters:
- - StripPrefix=2
-
- - id: temperingGlass
- uri: lb://temperingGlass
- predicates:
- - Path=/api/temperingGlass/**
- filters:
- - StripPrefix=2
-
- - id: unLoadGlass
- uri: lb://unLoadGlass
- predicates:
- - Path=/api/unLoadGlass/**
- filters:
- - StripPrefix=2
-
- - id: hollowGlass
- uri: lb://hollowGlass
- predicates:
- - Path=/api/hollowGlass/**
- filters:
- StripPrefix=2
\ No newline at end of file
--
Gitblit v1.8.0