aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
blob: 0944eb1620430a21304e5379162b90fe16ae6829 (plain)
1
2
3
4
export const API_ENDPOINT: string = 'http://127.0.0.1:8000/api/';
export const LOGIN_ENDPOINT: string = 'http://127.0.0.1:8000/api/login/';
export const LOGOUT_ENDPOINT: string = 'http://127.0.0.1:8000/api/logout/';
export const REGISTER_ENDPOINT: string = 'http://127.0.0.1:8000/api/register/';