frontend vibecoded chnages
This commit is contained in:
@@ -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'
|
||||
})
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user