UNPKG

mongo-express-leufu

Version:

Web-based admin interface for MongoDB

5 lines (4 loc) 164 B
window.loadFile = function (id) { const st = ME_SETTINGS; location.href = `${st.baseHref}db/${st.dbName}/gridFS/${st.bucketName}/${encodeURIComponent(id)}`; };