Skip to content

Commit 020f0d1

Browse files
committed
Revert "feat: user profiles"
This reverts commit 99bc5e6.
1 parent 7fcbc39 commit 020f0d1

31 files changed

Lines changed: 40 additions & 1554 deletions

apps/backend/src/app.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { EmailLoginModule } from './email-login/email-login.module';
1313
import { FileModule } from './file/file.module';
1414
import { ParseTokenPipe } from './lib/parseToken';
1515
import { MailingModule } from './mailing/mailing.module';
16-
import { ProfileModule } from './profile/profile.module';
1716
import { SeedModule } from './seed/seed.module';
1817
import { SongModule } from './song/song.module';
1918
import { UserModule } from './user/user.module';
@@ -75,7 +74,6 @@ import { UserModule } from './user/user.module';
7574
]),
7675
SongModule,
7776
UserModule,
78-
ProfileModule,
7977
AuthModule.forRootAsync(),
8078
FileModule.forRootAsync(),
8179
SeedModule.forRoot(),

apps/backend/src/profile/profile.controller.ts

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

apps/backend/src/profile/profile.module.ts

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

apps/backend/src/profile/profile.service.spec.ts

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

0 commit comments

Comments
 (0)