fix(region):基本确定行政区划部分功能,明确模型扫描功能的使用。

This commit is contained in:
徐涛
2023-06-02 06:18:34 +08:00
parent bca0fd777d
commit e5b5322e0d
3 changed files with 49 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ func App() *fiber.App {
app.Use(security.SessionRecovery)
controller.InitializeUserHandlers(app)
controller.InitializeRegionHandlers(app)
return app
}