mirror of
https://codeberg.org/ashley/poke.git
synced 2025-01-10 09:57:45 +01:00
reformat file :p
This commit is contained in:
parent
3f34f718e4
commit
ff532a1c9f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue