Fix basePath in database backup

This commit is contained in:
Masoud Hidden
2023-04-11 05:16:42 +03:30
parent 3a002c886d
commit 7cf192e179

View File

@@ -424,7 +424,7 @@
txtModal.show('config.json',JSON.stringify(msg.obj, null, 2),'config.json');
},
getBackup(){
window.location = '/server/getDb';
window.location = basePath + 'server/getDb';
}
},
async mounted() {