注册登录
Change-Id: Ic0253e2ef228333a5982e887c8bac7389f914f5f
diff --git a/src/api/auth.ts b/src/api/auth.ts
index cba34b3..ced6d58 100644
--- a/src/api/auth.ts
+++ b/src/api/auth.ts
@@ -1,4 +1,5 @@
export const postUserLogin= '/auth/login';
export const postUserRegister= '/auth/register';
export const postVerifivateCode="/auth/send_verification_code";
-export const getRefreshToken="/auth/refresh_token";
\ No newline at end of file
+export const getRefreshToken="/auth/refresh_token";
+export const sendVerificationCode="/auth/send_verification_code";
\ No newline at end of file