Compatibility CSS file
This commit is contained in:
parent
a7e1dbe69a
commit
450374adac
5 changed files with 432 additions and 84 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue