Preparation for integration with auth/oauth2
This commit is contained in:
parent
e205d6e149
commit
eb76e7203b
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ export const endpoints = {
|
||||||
subscription: "/sub/chat",
|
subscription: "/sub/chat",
|
||||||
history: "/api/v1/msg/",
|
history: "/api/v1/msg/",
|
||||||
user: "/api/v1/user",
|
user: "/api/v1/user",
|
||||||
|
auth: "/api/v1/auth",
|
||||||
|
oauth2: "",
|
||||||
};
|
};
|
||||||
export const contentTypes = {
|
export const contentTypes = {
|
||||||
json: {
|
json: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue