Add some basic test suites
This commit is contained in:
2
index.js
2
index.js
@@ -7,7 +7,7 @@ const processing = require('./processing')
|
||||
const busboy = require('connect-busboy')
|
||||
|
||||
// Import settings
|
||||
let settings = JSON.parse(fs.readFileSync("settings.json"))
|
||||
const settings = JSON.parse(fs.readFileSync("settings.json"))
|
||||
|
||||
app = express()
|
||||
app.use(bodyParser.urlencoded({extended:false}))
|
||||
|
Reference in New Issue
Block a user