diff --git a/server_test.js b/server_test.js index 1916f55..ca96eff 100644 --- a/server_test.js +++ b/server_test.js @@ -25,6 +25,8 @@ let allowCrossDomain = function(req, res, next) { } app.use(allowCrossDomain); app.listen(PORT, () => console.log(`Listening on ${ PORT }`)); + + const db4=db; const PREFIX=""