mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
reformat file :p
This commit is contained in:
parent
f674ade332
commit
3f19c9a8ef
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