:art:服务端的初始化

This commit is contained in:
coward
2024-03-07 17:07:41 +08:00
parent 097505df99
commit 28cdfd1240
16 changed files with 543 additions and 19 deletions

View File

@@ -19,8 +19,9 @@ func init() {
func main() {
route.IncludeRouters(
route.Captcha,
route.CaptchaApi,
route.UserApi,
route.ServerApi,
)
handler := route.InitRouter()