From 5fb6975fbeee2bed14446f221100607041ff609d Mon Sep 17 00:00:00 2001 From: Philipp Sautner <philipp.sautner@mni.thm.de> Date: Wed, 27 Oct 2021 11:35:11 +0200 Subject: [PATCH] Reimplements staging.antworte.jetzt for localStorage share test --- src/app/components/shared/quiz-now/quiz-now.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared/quiz-now/quiz-now.component.ts b/src/app/components/shared/quiz-now/quiz-now.component.ts index 467cf2a58..5993dc3da 100644 --- a/src/app/components/shared/quiz-now/quiz-now.component.ts +++ b/src/app/components/shared/quiz-now/quiz-now.component.ts @@ -32,7 +32,7 @@ export class QuizNowComponent implements OnInit, OnDestroy { } ngOnInit() { - this.urlSafe = this.sanitizer.bypassSecurityTrustResourceUrl('https://antworte.jetzt/'); + this.urlSafe = this.sanitizer.bypassSecurityTrustResourceUrl('https://staging.antworte.jetzt/'); this._headerSubscription = this.eventService.on<string>('navigate').subscribe(action => { if (action === 'questionBoard') { this.router.navigate(['/' + this.roleString + '/room/' + this.shortId + '/comments']); -- GitLab