Edit app.config.ts #5

This commit is contained in:
Marek Lesko
2025-08-03 18:48:20 +00:00
parent 3fd3a77057
commit 58d981b629

View File

@@ -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,
},
}),