mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-10-07 08:50:52 +08:00
fix: 优化安装代码
This commit is contained in:
@@ -30,7 +30,7 @@ func main() {
|
||||
b.Static("/", "./website")
|
||||
|
||||
// 自动构建数据库、拉取静态文件
|
||||
b.Use(install.Handle)
|
||||
install.Handle()
|
||||
|
||||
// 后台中间件
|
||||
b.Use(middleware.Handle)
|
||||
|
Reference in New Issue
Block a user