Skip to content
Snippets Groups Projects
Commit 5fb6975f authored by Philipp Sautner's avatar Philipp Sautner
Browse files

Reimplements staging.antworte.jetzt for localStorage share test

parent 6a0b660b
Branches
Tags
No related merge requests found
......@@ -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']);
......
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