mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +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;
|