mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
fix: 🩹 See if this fixes the proxy issue
This commit is contained in:
parent
6e397e02e9
commit
74d1acae49
1 changed files with 1 additions and 1 deletions
|
@ -202,6 +202,7 @@ export function JwtTokenGetter() {
|
||||||
StorageService,
|
StorageService,
|
||||||
RequestService,
|
RequestService,
|
||||||
SignalRNotificationService,
|
SignalRNotificationService,
|
||||||
|
CUSTOMIZATION_INITIALIZER,
|
||||||
{
|
{
|
||||||
provide: APP_BASE_HREF,
|
provide: APP_BASE_HREF,
|
||||||
useValue: window["baseHref"]
|
useValue: window["baseHref"]
|
||||||
|
@ -211,7 +212,6 @@ export function JwtTokenGetter() {
|
||||||
useClass: UnauthorizedInterceptor,
|
useClass: UnauthorizedInterceptor,
|
||||||
multi: true
|
multi: true
|
||||||
},
|
},
|
||||||
CUSTOMIZATION_INITIALIZER
|
|
||||||
],
|
],
|
||||||
bootstrap: [AppComponent],
|
bootstrap: [AppComponent],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue