Sign in
apache
/
security-vulnogram
/
refs/heads/main-backup
/
.
/
models
/
doc.js
blob: eeb3cfa0f77642a9aa18580f2bdfee9e85f29f67 [
file
]
// Copyright (c) 2017 Chandan B N. All rights reserved.
const
mongo
=
require
(
'../lib/mongo'
);
module
.
exports
=
function
(
name
)
{
return
mongo
.
getCollection
(
name
);
}