:new:接入验证码组件

This commit is contained in:
coward
2024-03-06 17:13:29 +08:00
parent 7fd186d298
commit c820672f89
9 changed files with 151 additions and 2 deletions

View File

@@ -19,7 +19,9 @@ func init() {
}
func main() {
route.IncludeRouters()
route.IncludeRouters(
route.UserApi,
)
handler := route.InitRouter()
httpServe := http.Server{