Apigateway/ApiGateway/Routes/ocelot.SwaggerEndPoints.json
2022-11-02 11:31:23 -05:00

89 lines
1.8 KiB
JSON

{
"SwaggerEndPoints": [
{
"Key": "ApiGetway",
"TransformByOcelotConfig": false,
"Config": [
{
"Name": "ApiGetway",
"Version": "1.0",
"Url": "http://localhost:80/api/swagger/v1/swagger.json"
}
]
},
{
"Key": "DatosMaestros",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "DatosMaestros",
"Version": "1.0",
"Url": "http://localhost:8146/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsAdminUsuarios",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsAdminUsuarios",
"Version": "1.0",
"Url": "http://localhost:8151/swagger/v1/swagger.json"
}
]
},
{
"Key": "Afiliados",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "Afiliados",
"Version": "1.0",
"Url": "http://localhost:8145/swagger/v1/swagger.json"
}
]
},
{
"Key": "Externo",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "Externo",
"Version": "1.0",
"Url": "http://localhost:8199/swagger/v1/swagger.json"
}
]
}
//{
// "Key": "MsContratos",
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "MsContratos",
// "Version": "1.0",
// "Url": "http://localhost:5102/swagger/v1/swagger.json"
// }
// ]
//},
//{
// "Key": "apitest",
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "ApiTest",
// "Version": "1.0",
// "Url": "http://localhost:5041/swagger/v1/swagger.json"
// }
// ]
]
}