Reaperxxxx commited on
Commit
41d660c
·
verified ·
1 Parent(s): 826825f

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -35,7 +35,7 @@ async function connectDB() {
35
  const client = new MongoClient(MONGO_URI);
36
 
37
  await client.connect();
38
- db = client.db('redactilex');
39
 
40
  const users = db.collection('users');
41
 
 
35
  const client = new MongoClient(MONGO_URI);
36
 
37
  await client.connect();
38
+ db = client.db('redactilexyy');
39
 
40
  const users = db.collection('users');
41