Skip to content
Snippets Groups Projects
Commit 3d015c28 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

set quizzing to antworte.jetzt

parent f0643b00
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ export class QuizNowComponent implements OnInit, OnDestroy { ...@@ -32,7 +32,7 @@ export class QuizNowComponent implements OnInit, OnDestroy {
} }
ngOnInit() { 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 => { this._headerSubscription = this.eventService.on<string>('navigate').subscribe(action => {
if (action === 'questionBoard') { if (action === 'questionBoard') {
this.router.navigate(['/' + this.roleString + '/room/' + this.shortId + '/comments']); 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