From 4de1ab94eb342b23d99d13fde02ceb1c1753701b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss> Date: Mon, 7 Oct 2024 17:55:10 +0200 Subject: [PATCH] ApiRoute => Add route to get configuration --- types/Dojo/ApiRoute.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/Dojo/ApiRoute.ts b/types/Dojo/ApiRoute.ts index 33ccfbb..709f1c1 100644 --- a/types/Dojo/ApiRoute.ts +++ b/types/Dojo/ApiRoute.ts @@ -1,4 +1,5 @@ enum ApiRoute { + CLIENTS_CONFIG = '/clients_config', LOGIN = '/login', REFRESH_TOKENS = '/refresh_tokens', TEST_SESSION = '/test_session', -- GitLab