From 6a8e00334323f020f658565e3c402e6e887eaa4a Mon Sep 17 00:00:00 2001 From: Luis M Date: Wed, 13 Mar 2024 15:07:03 -0500 Subject: [PATCH] + Rutas afiliados (adres) --- ApiGateway/Routes/ocelot.afiliados.json | 80 ++----------------------- 1 file changed, 4 insertions(+), 76 deletions(-) diff --git a/ApiGateway/Routes/ocelot.afiliados.json b/ApiGateway/Routes/ocelot.afiliados.json index 66cb584..46a0449 100644 --- a/ApiGateway/Routes/ocelot.afiliados.json +++ b/ApiGateway/Routes/ocelot.afiliados.json @@ -2,8 +2,8 @@ "Routes": [ { "SwaggerKey": "MsAfiliados", - "UpstreamPathTemplate": "/Adres/ArchivoCE", - "DownstreamPathTemplate": "/Adres/ArchivoCE", + "UpstreamPathTemplate": "/Adres/ArchivoADRES", + "DownstreamPathTemplate": "/Adres/ArchivoADRES", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { @@ -20,80 +20,8 @@ }, { "SwaggerKey": "MsAfiliados", - "UpstreamPathTemplate": "/Adres/ArchivoCE", - "DownstreamPathTemplate": "/Adres/ArchivoCE", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8145 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "POST" - ] - }, - { - "SwaggerKey": "MsAfiliados", - "UpstreamPathTemplate": "/Adres/ArchivoME", - "DownstreamPathTemplate": "/Adres/ArchivoME", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8145 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "GET" - ] - }, - { - "SwaggerKey": "MsAfiliados", - "UpstreamPathTemplate": "/Adres/ArchivoME", - "DownstreamPathTemplate": "/Adres/ArchivoME", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8145 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "POST" - ] - }, - { - "SwaggerKey": "MsAfiliados", - "UpstreamPathTemplate": "/Adres/ArchivoNE", - "DownstreamPathTemplate": "/Adres/ArchivoNE", - "DownstreamScheme": "http", - "DownstreamHostAndPorts": [ - { - "Host": "localhost", - "Port": 8145 - } - ], - "RouteClaimsRequirement": { - "permisos": "any" - }, - "UpstreamHttpMethod": [ - "GET" - ] - }, - { - "SwaggerKey": "MsAfiliados", - "UpstreamPathTemplate": "/Adres/ArchivoNE", - "DownstreamPathTemplate": "/Adres/ArchivoNE", + "UpstreamPathTemplate": "/Adres/ArchivoADRES", + "DownstreamPathTemplate": "/Adres/ArchivoADRES", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ {