We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e00d5ff + f4e7860 commit 3c9f9c3Copy full SHA for 3c9f9c3
ui/src/alert-configuration/infrastructure/Metalk8sCSCAlertConfigurationStore.ts
@@ -286,7 +286,7 @@ export class Metalk8sCSCAlertConfigurationStore
286
alertConfiguration: AlertConfiguration,
287
currentEmailreceiver: Receiver,
288
): Promise<Receiver> {
289
- const html = await fetch(`/brand/email.html`).then((res) => res.text());
+ const html = await fetch(`/metalk8s/brand/email.html`).then((res) => res.text());
290
291
return {
292
...currentEmailreceiver,
0 commit comments