feat: 注释掉静态文件服务和模板加载

This commit is contained in:
MatrixSeven
2025-08-01 20:13:52 +08:00
parent dbfdbf0116
commit e25a23bd30
14 changed files with 4 additions and 5649 deletions

View File

@@ -22,7 +22,7 @@ func NewHandler(p2pService *services.P2PService) *Handler {
}
// 加载模板
h.loadTemplates()
// h.loadTemplates()
return h
}