reformat file :p

This commit is contained in:
Ashley 2023-02-09 16:36:57 +00:00
parent f674ade332
commit 3f19c9a8ef

View file

@ -53,4 +53,5 @@ module.exports = function (app, config, renderTemplate) {
app.get("/css/:id", (req, res) => { app.get("/css/:id", (req, res) => {
res.sendFile(req.params.id, { root: html_location }); res.sendFile(req.params.id, { root: html_location });
}); });
}; };