frontend vibecoded chnages

This commit is contained in:
2026-07-24 17:46:52 +02:00
parent f5154a87e0
commit c23d8bbb90
63 changed files with 1125 additions and 1938 deletions
+9 -1
View File
@@ -3,7 +3,15 @@ import { provideRouter } from '@angular/router';
import { routes } from './app.routes';
import { CookieService } from 'ngx-cookie-service';
import { provideDefaultClient } from './api/providers';
export const appConfig: ApplicationConfig = {
providers: [provideBrowserGlobalErrorListeners(), provideRouter(routes), CookieService]
providers: [
provideBrowserGlobalErrorListeners(),
provideRouter(routes),
CookieService,
provideDefaultClient({
basePath: 'http://192.168.0.108:8080'
})
]
};