Skip to content

Commit fb9e5c4

Browse files
committed
Fix silly issues
- Removed user network (errornous merging). - Removed duplicate providers
1 parent 4545df7 commit fb9e5c4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ volumes:
6161
networks:
6262
question-db-network:
6363
driver: bridge
64-
user-network:
65-
driver: bridge

frontend/src/app/app.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const appConfig: ApplicationConfig = {
1818
),
1919
{ provide: HTTP_INTERCEPTORS, useClass: JwtInterceptor, multi: true },
2020
{ provide: HTTP_INTERCEPTORS, useClass: ErrorInterceptor, multi: true },
21-
provideHttpClient(),
2221
AuthGuardService
2322
],
2423
};

0 commit comments

Comments
 (0)