Update hosts
parent
0310a7f94b
commit
f67d23cb86
|
@ -11,9 +11,9 @@ const CURRENT_HOST: Record<"dev" | "staging" | "prod", string> = {
|
|||
};
|
||||
|
||||
const endpoints = {
|
||||
me: "/user/api/authentication/schedule_board/me",
|
||||
qr_code_login: "/user/api/authentication/schedule_board/login_token",
|
||||
login: "/user/api/authentication/schedule_board/login",
|
||||
me: "/users/api/authentication/schedule_board/me",
|
||||
qr_code_login: "/users/api/authentication/schedule_board/login_token",
|
||||
login: "/users/api/authentication/schedule_board/login",
|
||||
schedule_entries: "/schedules/api/schedule_board/get_schedule_entries"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue