From 3fd3a770574fdb4af5fcce826b8622a2d5051b7f Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Sun, 3 Aug 2025 18:41:37 +0000 Subject: [PATCH] Edit app.config.ts #5 --- Web/src/app/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/src/app/app.config.ts b/Web/src/app/app.config.ts index f8fb9e1..20723e6 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'], + allowedUrls: ['http://localhost:5000', 'https://localhost:5001', 'https://centrum.lesko.me','http://beta.e-dias.sk/'], sendAccessToken: true, }, }),