mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-10-04 23:52:48 +08:00
chore: 调整目录结构
This commit is contained in:
@@ -41,8 +41,8 @@ func main() {
|
||||
// 实例化对象
|
||||
b := builder.New(config)
|
||||
|
||||
// 静态文件
|
||||
b.Static("/", "./website")
|
||||
// WEB根目录
|
||||
b.Static("/", "./web/app")
|
||||
|
||||
// 自动构建数据库、拉取静态文件
|
||||
install.Handle()
|
||||
|
Reference in New Issue
Block a user