Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Frontend
/
e1951c72fb4183b1f0f19ebcd46ef7b3f2a2b663
/
.
/
src
/
api
/
auth.ts
blob: bc6d4132daab2aced2e8775e62702314c08e5596 [
file
] [
log
] [
blame
]
San3yuan
6f2ed69
2025-04-16 20:24:49 +0800
[
diff
] [
blame
]
1
export
const
postUserLogin
=
'/auth/login'
;
2
export
const
postUserRegister
=
'/auth/register'
;
3
export
const
postVerifivateCode
=
"/auth/send_verification_code"
;