feat(ocelot): add logout endpoint

This commit is contained in:
Developer 02 2025-03-25 13:53:58 +01:00
parent 9844cd16e8
commit 78a58568fc

View File

@ -50,6 +50,18 @@
}
],
"UpstreamPathTemplate": "/api/Auth/check",
"UpstreamhttpsMethod": [ "Get" ]
},
{
"DownstreamPathTemplate": "/api/Auth/logout",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 7103
}
],
"UpstreamPathTemplate": "/api/Auth/logout",
"UpstreamhttpsMethod": [ "Post" ]
},
{