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

Merge branch '720-Reimplements-staging.antworte.jetzt' into 'staging'

Reimplements staging.antworte.jetzt for localStorage share test

Closes #720

See merge request arsnova/frag.jetzt!720
parents 6b96ea0d 92606e20
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