Compatibility CSS file

This commit is contained in:
Bingus_Violet 2024-02-18 08:28:36 -06:00
parent a7e1dbe69a
commit 450374adac
5 changed files with 432 additions and 84 deletions

View file

@ -88,7 +88,6 @@ module.exports = {
if (filePath.includes("cached") || filePath.includes("imgs")) {
filePath = path.join(__dirname, 'static', filePath)
console.log(filePath)
res.send(fs.readFileSync(filePath))
return