blob: ced6d58836955fee8ea1c00cbd05517bf74c3180 [file] [log] [blame] [edit]
export const postUserLogin= '/auth/login';
export const postUserRegister= '/auth/register';
export const postVerifivateCode="/auth/send_verification_code";
export const getRefreshToken="/auth/refresh_token";
export const sendVerificationCode="/auth/send_verification_code";