mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
reformat file :p
This commit is contained in:
parent
f674ade332
commit
3f19c9a8ef
@ -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 });
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user