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,
|
||||
RequestService,
|
||||
SignalRNotificationService,
|
||||
CUSTOMIZATION_INITIALIZER,
|
||||
{
|
||||
provide: APP_BASE_HREF,
|
||||
useValue: window["baseHref"]
|
||||
|
@ -211,7 +212,6 @@ export function JwtTokenGetter() {
|
|||
useClass: UnauthorizedInterceptor,
|
||||
multi: true
|
||||
},
|
||||
CUSTOMIZATION_INITIALIZER
|
||||
],
|
||||
bootstrap: [AppComponent],
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue