diff --git a/Frontend/src/app/core/utils/utility-functions.ts b/Frontend/src/app/core/utils/utility-functions.ts index d38d0a2..5973b55 100644 --- a/Frontend/src/app/core/utils/utility-functions.ts +++ b/Frontend/src/app/core/utils/utility-functions.ts @@ -40,7 +40,7 @@ export function isObjectEmpty(object: any): boolean { } export function createParticipantUrl(token: string): string { - return `${GlobalConstants.protocol}://${GlobalConstants.hostname}:${GlobalConstants.port}/${Pages.participantConnectionURL}?token=${token}`; + return `${GlobalConstants.protocol}://${GlobalConstants.hostname}:${GlobalConstants.port}/${GlobalConstants.psService}${Pages.participantConnectionURL}?token=${token}`; } export function roundToNearestQuarter(date: Date): Date {