fix:修复页面样式
This commit is contained in:
@@ -23,6 +23,7 @@ app.use(
|
||||
},
|
||||
})
|
||||
);
|
||||
app.use("/assets", express.static(path.join(repoRoot, "assets")));
|
||||
app.use(express.static(path.join(__dirname, "public")));
|
||||
|
||||
app.get("/api/health", (_req, res) => {
|
||||
@@ -475,4 +476,3 @@ const port = Number(process.env.PORT || 3000);
|
||||
process.exit(1);
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user