diff --git a/Web/src/app/app.config.ts b/Web/src/app/app.config.ts index 20723e6..ceb49b7 100644 --- a/Web/src/app/app.config.ts +++ b/Web/src/app/app.config.ts @@ -26,7 +26,7 @@ export const appConfig: ApplicationConfig = { provideHttpClient(withInterceptorsFromDi()), provideOAuthClient({ resourceServer: { - allowedUrls: ['http://localhost:5000', 'https://localhost:5001', 'https://centrum.lesko.me','http://beta.e-dias.sk/'], + allowedUrls: ['http://localhost:5000', 'https://localhost:5001', 'https://centrum.lesko.me','https://beta.e-dias.sk/'], sendAccessToken: true, }, }),