feat(ocelet): Add Auth/user endpoint

This commit is contained in:
Developer 02 2025-03-25 14:14:30 +01:00
parent 78a58568fc
commit 4da1bc7617

View File

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