From 44830cceeedf573b339cbdfda3741887f607cd5a Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Fri, 27 Aug 2021 01:03:01 +0000 Subject: [PATCH] implement db4 with db --- server_test.js | 2 ++ 1 file changed, 2 insertions(+) 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=""