From eb76e7203b2f8f6055f895f50ed97145d34d808b Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Mon, 19 Feb 2024 22:52:59 +0200 Subject: [PATCH] Preparation for integration with auth/oauth2 --- src/consts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/consts.ts b/src/consts.ts index 006a922..1c19747 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -6,6 +6,8 @@ export const endpoints = { subscription: "/sub/chat", history: "/api/v1/msg/", user: "/api/v1/user", + auth: "/api/v1/auth", + oauth2: "", }; export const contentTypes = { json: {