From 78a58568fc5195b76093e083a339ab8236cd8564 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 25 Mar 2025 13:53:58 +0100 Subject: [PATCH] feat(ocelot): add logout endpoint --- ocelot.Development.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ocelot.Development.json b/ocelot.Development.json index ece1a81..1f21e44 100644 --- a/ocelot.Development.json +++ b/ocelot.Development.json @@ -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" ] }, {