mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
const db = require("./db");
|
|
|
|
module.exports = {
|
|
mongoDB() {
|
|
return db;
|
|
},
|
|
};
|