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/'; export const SEND_OTP_ENDPOINT: string = 'http://127.0.0.1:8000/api/send-otp/'; export const VERIFY_OTP_ENDPOINT: string = 'http://127.0.0.1:8000/api/verify-otp/';