mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 11:03:43 +00:00
reformat file :p
This commit is contained in:
@@ -53,4 +53,5 @@ module.exports = function (app, config, renderTemplate) {
|
||||
app.get("/css/:id", (req, res) => {
|
||||
res.sendFile(req.params.id, { root: html_location });
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user