From ac882e911b44fc3c0b49561e165c8cb7990b3d78 Mon Sep 17 00:00:00 2001 From: Luis Martinez Date: Thu, 2 Feb 2023 10:44:44 -0500 Subject: [PATCH] Se agrega MsUsuarios --- ApiGateway/Routes/ocelot.informes.json | 18 ++++++++++++++++++ MsUsuarios | 1 + 2 files changed, 19 insertions(+) create mode 160000 MsUsuarios diff --git a/ApiGateway/Routes/ocelot.informes.json b/ApiGateway/Routes/ocelot.informes.json index ed47395..90027f0 100644 --- a/ApiGateway/Routes/ocelot.informes.json +++ b/ApiGateway/Routes/ocelot.informes.json @@ -17,6 +17,24 @@ "UpstreamHttpMethod": [ "POST" ] + }, + { + "SwaggerKey": "MsInformes", + "UpstreamPathTemplate": "/Informes/Consulta", + "DownstreamPathTemplate": "/Informes/Consulta", + "DownstreamScheme": "http", + "DownstreamHostAndPorts": [ + { + "Host": "localhost", + "Port": 8164 + } + ], + "RouteClaimsRequirement": { + "permisos": "any" + }, + "UpstreamHttpMethod": [ + "POST" + ] } ] } \ No newline at end of file diff --git a/MsUsuarios b/MsUsuarios new file mode 160000 index 0000000..c2f4930 --- /dev/null +++ b/MsUsuarios @@ -0,0 +1 @@ +Subproject commit c2f49306404d6085b0210996ca90332361378297