diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-02-19 22:52:59 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-02-19 22:52:59 +0200 |
commit | eb76e7203b2f8f6055f895f50ed97145d34d808b (patch) | |
tree | b9231afdd684a4ada88a7742e53afc4d0bda8870 | |
parent | e205d6e149ce23719fbbcbb6cb9330584a093649 (diff) | |
download | epq-web-eb76e7203b2f8f6055f895f50ed97145d34d808b.tar.gz epq-web-eb76e7203b2f8f6055f895f50ed97145d34d808b.tar.bz2 epq-web-eb76e7203b2f8f6055f895f50ed97145d34d808b.zip |
Preparation for integration with auth/oauth2
-rw-r--r-- | src/consts.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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: { |