mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
const db = require("monk")("mongodb://127.0.0.1:27017/winamp");
|
|
|
|
module.exports = db;
|