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