Remove Games

This commit is contained in:
Bingus_Violet 2024-03-03 21:47:58 -06:00
parent 22d70896b3
commit 811f01bcf4
11 changed files with 2 additions and 15101 deletions

View file

@ -39,7 +39,7 @@ app.listen(PORT, () => {
})
var cachePath = path.join(staticpath, 'cached')
var gamePath = path.join(__dirname, "games")
// var gamePath = path.join(__dirname, "games")
var fontPath = path.join(staticpath, "fonts")
// var imgPath = path.join(staticpath, 'imgs')
@ -50,7 +50,7 @@ app.use("/games", function (req, res, next) {
});
app.use("/games", express.static(gamePath))
// app.use("/games", express.static(gamePath))
app.use("/fonts", express.static(fontPath))