Apigateway/ApiGateway/Routes/ocelot.SwaggerEndPoints.json

113 lines
2.2 KiB
JSON
Raw Normal View History

2022-11-02 11:31:23 -05:00
{
"SwaggerEndPoints": [
{
"Key": "MsPing",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsPing",
"Version": "1.0",
2023-01-10 10:35:15 -05:00
"Url": "http://localhost:8198/swagger/v1/swagger.json"
}
]
},
2022-11-02 11:31:23 -05:00
{
"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"
}
]
},
2022-11-02 11:31:23 -05:00
{
"Key": "Email",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "Email",
"Version": "1.0",
"Url": "http://localhost:8170/swagger/v1/swagger.json"
}
]
},
{
"Key": "MsContratos",
"TransformByOcelotConfig": true,
"Config": [
{
"Name": "MsContratos",
"Version": "1.0",
"Url": "http://localhost:8149/swagger/v1/swagger.json"
}
]
}
2022-11-02 11:31:23 -05:00
//{
// "Key": "apitest",
// "TransformByOcelotConfig": true,
// "Config": [
// {
// "Name": "ApiTest",
// "Version": "1.0",
// "Url": "http://localhost:5041/swagger/v1/swagger.json"
// }
// ]
2022-11-02 11:31:23 -05:00
]
}