remove settings.dashboardOrigin

This commit is contained in:
Girish Ramakrishnan
2023-08-04 22:10:14 +05:30
parent 4cdf37b060
commit 67ee82abb9
7 changed files with 16 additions and 19 deletions

View File

@@ -6,8 +6,6 @@ exports = module.exports = {
// these values come from the cache
dashboardDomain,
setDashboardLocation,
dashboardOrigin,
dashboardFqdn,
get,
@@ -161,4 +159,3 @@ async function setDashboardLocation(dashboardDomain, dashboardFqdn) {
function dashboardDomain() { return gCache.dashboardDomain; }
function dashboardFqdn() { return gCache.dashboardFqdn; }
function dashboardOrigin() { return 'https://' + dashboardFqdn(); }