feat(auth): 重构认证模块,添加OTP发送和登录功能
This commit is contained in:
9
backend/app/http/v1/auth/routes.manual.go
Normal file
9
backend/app/http/v1/auth/routes.manual.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package auth
|
||||
|
||||
func (r *Routes) Path() string {
|
||||
return "/auth"
|
||||
}
|
||||
|
||||
func (r *Routes) Middlewares() []any {
|
||||
return []any{}
|
||||
}
|
||||
Reference in New Issue
Block a user