Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Frontend
/
6f2ed698153c4e0286bb6b5f8fe010e5c89f6431
/
.
/
src
/
api
/
auth.ts
blob: bc6d4132daab2aced2e8775e62702314c08e5596 [
file
] [
log
] [
blame
]
export
const
postUserLogin
=
'/auth/login'
;
export
const
postUserRegister
=
'/auth/register'
;
export
const
postVerifivateCode
=
"/auth/send_verification_code"
;