From 4b5e665d63248a06551ed80090cb387989ca53a6 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 10 Oct 2024 15:36:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(gateway):=20=E4=BF=AE=E5=A4=8Docelot?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/LINGYUN.MicroService.Internal.ApiGateway/ocelot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.Internal.ApiGateway/ocelot.json b/gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.Internal.ApiGateway/ocelot.json index fdbe779f5..cea37c82d 100644 --- a/gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.Internal.ApiGateway/ocelot.json +++ b/gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.Internal.ApiGateway/ocelot.json @@ -3585,7 +3585,7 @@ }, { "DownstreamPathTemplate": "/api/files/{everything}", - "UpstreamPathTemplate": "/api/api/files/{everything}", + "UpstreamPathTemplate": "/api/files/{everything}", "UpstreamHttpMethod": [ "GET", "POST",