mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
Fully fixed ESLint integration
This commit is contained in:
parent
66019e768b
commit
02f452ae6b
@ -135,7 +135,6 @@ if (fs.existsSync('./.env')) {
|
|||||||
|
|
||||||
res.status(204);
|
res.status(204);
|
||||||
res.end();
|
res.end();
|
||||||
res.sendStatus(500);
|
|
||||||
});
|
});
|
||||||
app.get("/dist/:uuid/:file", (req, res) => {
|
app.get("/dist/:uuid/:file", (req, res) => {
|
||||||
let { uuid, file } = req.params,
|
let { uuid, file } = req.params,
|
||||||
|
Loading…
Reference in New Issue
Block a user