better naming of the dashboard functions

This commit is contained in:
Girish Ramakrishnan
2023-08-13 10:29:24 +05:30
parent e723c3c19b
commit a7be30a816
7 changed files with 55 additions and 60 deletions

View File

@@ -215,7 +215,7 @@ async function databaseSetup() {
await database.initialize();
await database._clear();
await appstore._setApiServerOrigin(exports.mockApiServerOrigin);
await dashboard.setLocation(exports.dashboardDomain, exports.dashboardFqdn);
await dashboard.setLocation(exports.dashboardDomain);
}
async function domainSetup() {