Skip to content

Commit

Permalink
wip: undo path change
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Oct 19, 2023
1 parent 5977ef3 commit 839af93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function nodeServer(environmentVariables: EnvironmentVariables, b
server.get("*", function (req: Request, res: Response) {
const clientUrl = environmentVariables.VM_EXTERNAL_CLIENT_URL;
const dashboardUrl = environmentVariables.CATI_DASHBOARD_URL;
res.render("../public/index.html", {
res.render("index.html", {
clientUrl, dashboardUrl
});
});
Expand Down

0 comments on commit 839af93

Please sign in to comment.