Remove Games
This commit is contained in:
parent
22d70896b3
commit
811f01bcf4
11 changed files with 2 additions and 15101 deletions
4
index.js
4
index.js
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue