Edit app.config.ts #5

This commit is contained in:
Marek Lesko
2025-08-03 18:41:37 +00:00
parent 9cd2f4ef9c
commit 3fd3a77057

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'],
allowedUrls: ['http://localhost:5000', 'https://localhost:5001', 'https://centrum.lesko.me','http://beta.e-dias.sk/'],
sendAccessToken: true,
},
}),