Edit File: index.js
module.exports = { publish: require('./publish.js'), unpublish: require('./unpublish.js'), }
Back to File Manager