Skip to content
Snippets Groups Projects
Commit 98377e75 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files
parent 5f07d872
No related merge requests found
......@@ -32,7 +32,7 @@ export class QuizNowComponent implements OnInit, OnDestroy {
}
ngOnInit() {
this.urlSafe = this.sanitizer.bypassSecurityTrustResourceUrl('https://staging.antworte.jetzt/');
this.urlSafe = this.sanitizer.bypassSecurityTrustResourceUrl('https://antworte.jetzt/');
this._headerSubscription = this.eventService.on<string>('navigate').subscribe(action => {
if (action === 'questionBoard') {
this.router.navigate(['/' + this.roleString + '/room/' + this.shortId + '/comments']);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment