fix: 优化安装代码

This commit is contained in:
tangtanglove
2023-02-17 13:27:05 +08:00
parent a10cbd57f5
commit 68f217fb05
7 changed files with 8 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ func main() {
b.Static("/", "./website")
// 自动构建数据库、拉取静态文件
b.Use(install.Handle)
install.Handle()
// 后台中间件
b.Use(middleware.Handle)