mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 09:14:39 -05: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) => {
|
||||
res.sendFile(req.params.id, { root: html_location });
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue