reflect location origin for application feed url in production
This commit is contained in:
parent
eaf3367549
commit
04b2996bb0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export class MyAccountApplicationsComponent implements OnInit {
|
||||||
feedUrl: string
|
feedUrl: string
|
||||||
feedToken: string
|
feedToken: string
|
||||||
|
|
||||||
private baseURL = environment.originServerUrl
|
private baseURL = environment.originServerUrl || window.location.origin
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
private authService: AuthService,
|
private authService: AuthService,
|
||||||
|
|
Loading…
Reference in a new issue