From ab459fdbb78c3e2a884884684afe11a46f857217 Mon Sep 17 00:00:00 2001 From: Luis Martinez Date: Thu, 11 May 2023 10:12:03 -0500 Subject: [PATCH] Nuevas rutas: Cuetnas medicas --- ApiGateway/Routes/ocelot.cuentasmedicas.json | 90 ++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/ApiGateway/Routes/ocelot.cuentasmedicas.json b/ApiGateway/Routes/ocelot.cuentasmedicas.json index 3754bfc..d93bcf7 100644 --- a/ApiGateway/Routes/ocelot.cuentasmedicas.json +++ b/ApiGateway/Routes/ocelot.cuentasmedicas.json @@ -1,5 +1,23 @@ { "Routes": [ + { + "SwaggerKey": "MsCuentasMedicas", + "UpstreamPathTemplate": "/ArchivosCM/GuardarZIPenTMP", + "DownstreamPathTemplate": "/ArchivosCM/GuardarZIPenTMP", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8174 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, { "SwaggerKey": "MsCuentasMedicas", "UpstreamPathTemplate": "/FacturasCM", @@ -54,6 +72,78 @@ "PATCH" ] }, + { + "SwaggerKey": "MsCuentasMedicas", + "UpstreamPathTemplate": "/RIPSCM", + "DownstreamPathTemplate": "/RIPSCM", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8174 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, + { + "SwaggerKey": "MsCuentasMedicas", + "UpstreamPathTemplate": "/RIPSCM/AllRIPS", + "DownstreamPathTemplate": "/RIPSCM/AllRIPS", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8174 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] + }, + { + "SwaggerKey": "MsCuentasMedicas", + "UpstreamPathTemplate": "/RIPSCM/EAPBS", + "DownstreamPathTemplate": "/RIPSCM/EAPBS", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8174 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "GET" + ] + }, + { + "SwaggerKey": "MsCuentasMedicas", + "UpstreamPathTemplate": "/RIPSCM/AfilDoc", + "DownstreamPathTemplate": "/RIPSCM/AfilDoc", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8174 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "GET" + ] + }, { "SwaggerKey": "MsCuentasMedicas", "UpstreamPathTemplate": "/RipsCuentasMed",