Skip to content

Commit

Permalink
Fix the Dashboard URL
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Oct 31, 2024
1 parent f10c13e commit 97e8de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ app.get('/', async function (req, res) {
const dwName = process.env.DEVWORKSPACE_NAME;
const title = dwName;
const clusterConsoleURL = process.env.CLUSTER_CONSOLE_URL;
const dashboardURL = process.env.DASHBOARD_URL;
const dashboardURL = process.env.CHE_DASHBOARD_URL;
// render the page from EJS template
res.render('status', { title, ideFullName, dwNamespace, dwName, clusterConsoleURL, invitationLink, dashboardURL });
});
Expand Down

0 comments on commit 97e8de4

Please sign in to comment.