mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 13:35:02 +08:00
7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
const db = require("./db");
|
|
|
|
module.exports = {
|
|
mongoDB() {
|
|
return db;
|
|
},
|
|
};
|