This commit is contained in:
amy 2024-10-26 22:11:39 +03:30
parent f3635df333
commit 08a628a084
No known key found for this signature in database

View file

@ -74,7 +74,6 @@ app.get('/', async (req, res) => {
res.status(500).send("damn"); res.status(500).send("damn");
return; return;
} }
res.
res.contentType("application/json"); res.contentType("application/json");
res.header("cache", "wasnt"); res.header("cache", "wasnt");
res.send(resp) res.send(resp)