monkeytype/backend/init/mongodb.js
Bruce Berrios 5beb1bf619
Update Configuration to handle arrays/ Add new db client (#2395)
* Update Configuration to handle arrays

* Add new db client

* Add comment
2022-02-02 19:26:43 +01:00

7 lines
85 B
JavaScript

const db = require("./db");
module.exports = {
mongoDB() {
return db;
},
};