Browse Source

fix(gateway): 修复ocelot接口路径配置

pull/1017/head
colin 1 year ago
parent
commit
4b5e665d63
  1. 2
      gateways/internal/LINGYUN.MicroService.Internal.ApiGateway/src/LINGYUN.MicroService.Internal.ApiGateway/ocelot.json

2
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",

Loading…
Cancel
Save