chore: 调整目录结构

This commit is contained in:
tangtanglove
2023-05-05 17:05:22 +08:00
parent f297cac3ea
commit c49ee4fb63
157 changed files with 36 additions and 37 deletions

View File

@@ -33,8 +33,8 @@ func main() {
server := rest.MustNewServer(c.RestConf)
defer server.Stop()
// 加载静态文件
staticFile("/", "./website", server)
// WEB根目录
staticFile("/", "./web/app", server)
ctx := svc.NewServiceContext(c)
handler.RegisterHandlers(server, ctx)