Skip to content

Commit 19d2b84

Browse files
committed
refactor: remove unused AppController and AppService from the application
1 parent 6208b5e commit 19d2b84

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

backend/src/app.controller.spec.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

backend/src/app.controller.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

backend/src/app.module.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { Module } from '@nestjs/common';
22
import { ConfigModule, ConfigService } from '@nestjs/config';
33
import { TypeOrmModule } from '@nestjs/typeorm';
4-
import { AppController } from './app.controller';
5-
import { AppService } from './app.service';
64
import { UsersModule } from './users/users.module';
75
import { AuthModule } from './auth/auth.module';
86
import { User } from './users/entities/user.entity';
@@ -64,7 +62,5 @@ import { DashboardModule } from './dashboard/dashboard.module';
6462
QuizzesModule,
6563
DashboardModule,
6664
],
67-
controllers: [AppController],
68-
providers: [AppService],
6965
})
7066
export class AppModule {}

backend/src/app.service.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)