????
Current Path : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/utils/ |
Current File : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/utils/path.js |
const {Base64} = require('js-base64'); exports.decodePath = function(path = '') { return Base64.decode(path.replace('_', '/')) }