Add new HTML Window to close Nav FIX 3
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
This commit is contained in:
parent
2c79ec369e
commit
1a44f8d8db
@ -183,8 +183,8 @@ function startServer(client) {
|
|||||||
const fs = require("fs")
|
const fs = require("fs")
|
||||||
const path = require("path")
|
const path = require("path")
|
||||||
|
|
||||||
app.use(express.static('error'))
|
app.use(express.static(__dirname + path.sep + 'error'))
|
||||||
app.use(express.static('close'))
|
app.use(express.static(__dirname + path.sep + 'close'))
|
||||||
|
|
||||||
if(!fs.existsSync(__dirname + path.sep + "tokens.json")) {
|
if(!fs.existsSync(__dirname + path.sep + "tokens.json")) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user