✌️
This commit is contained in:
parent
52af143a41
commit
87d14a9545
18 changed files with 59 additions and 34 deletions
|
|
@ -1,4 +1,6 @@
|
|||
const collection = global.db.collection('users');
|
||||
import db from '../../db/mongodb';
|
||||
|
||||
const collection = db.collection('users');
|
||||
|
||||
collection.createIndex('username');
|
||||
collection.createIndex('token');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue