update filemover

This commit is contained in:
Mohamed Nouffer
2021-09-11 19:49:37 +05:30
parent e4d2738f46
commit d14f74a44a

View File

@ -17,9 +17,9 @@ app.use(cors(corsOptions));
function callInitFileMover() { function callInitFileMover() {
var options = { var options = {
host: url, host: 'https://natnats.mobilous.com/iniFileMover',
port: 80, port: 80,
path: 'https://natnats.mobilous.com/iniFileMover', path: '',
method: 'GET' method: 'GET'
}; };