refactor(Makefile): update targets and directory references for web app integration

This commit is contained in:
mlogclub
2026-04-24 12:04:05 +08:00
parent a9275c2d4a
commit 6616b66e72
2 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func NewServer() (*iris.Application, error) {
})
// 注册dashboard静态资源服务
app.HandleDir("/", iris.Dir("dashboard/out"), iris.DirOptions{
app.HandleDir("/", iris.Dir("web/out"), iris.DirOptions{
IndexName: "index.html",
Compress: true,
ShowList: false,