Initial commit 🍀
This commit is contained in:
5
src/api/models/userkey.ts
Normal file
5
src/api/models/userkey.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
const collection = global.db.collection('userkeys');
|
||||
|
||||
collection.createIndex('key');
|
||||
|
||||
export default collection;
|
Reference in New Issue
Block a user