Nuevas rutas imagenologia

- NotaImg/Guardar
- NotaImg/Finalizar
This commit is contained in:
Luis Martinez 2023-03-23 13:44:14 -05:00
parent f0050c4898
commit e1c358bb13

View File

@ -56,8 +56,26 @@
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/NotaImg",
"DownstreamPathTemplate": "/NotaImg",
"UpstreamPathTemplate": "/NotaImg/Guardar",
"DownstreamPathTemplate": "/NotaImg/Guardar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 8158
}
],
"RouteClaimsRequirement": {
"permisos": "any"
},
"UpstreamHttpMethod": [
"POST"
]
},
{
"SwaggerKey": "MsImagenologia",
"UpstreamPathTemplate": "/NotaImg/Finalizar",
"DownstreamPathTemplate": "/NotaImg/Finalizar",
"DownstreamScheme": "http",
"DownstreamHostAndPorts": [
{