SELFSERVICE_URL

This commit is contained in:
2024-12-11 18:43:11 +01:00
parent 296ba8ddab
commit 765ef84903
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ export class Mailer {
data: {
name: `${firstname} ${middlename} ${lastname}`,
barcode_content: `${runner_id}`,
link: `${process.env.FRONTEND_URL}/profile/${token}`
link: `${process.env.SELFSERVICE_URL}/profile/${token}`
}
}
});
@@ -90,7 +90,7 @@ export class Mailer {
data: {
name: `${firstname} ${middlename} ${lastname}`,
barcode_content: `${runner_id}`,
link: `${process.env.FRONTEND_URL}/profile/${token}`
link: `${process.env.SELFSERVICE_URL}/profile/${token}`
}
}
});