????

Your IP : 18.222.184.40


Current Path : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/app/utils/
Upload File :
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('_', '/'))
}