fix: 🩹 See if this fixes the proxy issue

fix
tidusjar 3 years ago
parent 6e397e02e9
commit 74d1acae49

@ -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…
Cancel
Save