1
Fork 0

reformat file :p

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

View file

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