From 7df032689e61110914e063b53af62c5b0922014d Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 30 Sep 2020 12:49:30 -0400 Subject: updated onboarding to use edit-profile endpoint (#41) --- src/constants/api.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants') diff --git a/src/constants/api.ts b/src/constants/api.ts index e3dacccc..e4fed13e 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -4,6 +4,7 @@ const API_URL: string = BASE_URL + 'api/'; export const LOGIN_ENDPOINT: string = API_URL + 'login/'; export const LOGOUT_ENDPOINT: string = API_URL + 'logout/'; export const REGISTER_ENDPOINT: string = API_URL + 'register/'; +export const EDIT_PROFILE_ENDPOINT: string = API_URL + 'edit-profile/'; export const SEND_OTP_ENDPOINT: string = API_URL + 'send-otp/'; export const VERIFY_OTP_ENDPOINT: string = API_URL + 'verify-otp/'; export const PROFILE_INFO_ENDPOINT: string = API_URL + 'user-profile-info/'; -- cgit v1.2.3-70-g09d2