x
Build docker and publish / build (20.15.1) (push) Successful in 7m55s

This commit is contained in:
2026-03-11 01:13:56 -07:00
parent d78ec194af
commit 76a1500d3c
2 changed files with 18 additions and 0 deletions
+3
View File
@@ -671,6 +671,9 @@ func RegisterHandlers(router *gin.Engine, serverCtx *svc.ServiceContext) {
// Device Login
authGroupRouter.POST("/login/device", auth.DeviceLoginHandler(serverCtx))
// Email Login
authGroupRouter.POST("/login/email", auth.EmailLoginHandler(serverCtx))
// User Telephone login
authGroupRouter.POST("/login/telephone", auth.TelephoneLoginHandler(serverCtx))