diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 6b5bb341..566ee7c7 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -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() {