Spaces:
Runtime error
Runtime error
Update server.js
Browse files
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('
|
| 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 |
|