Skip to content

Commit

Permalink
Activates AuthModule
Browse files Browse the repository at this point in the history
  • Loading branch information
julianochoi committed Sep 9, 2023
1 parent c489bd1 commit 49922fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { LobbyModule } from './lobby/lobby.module';
}),
UsersModule,
PrismaModule,
// AuthModule,
AuthModule,
ChatModule,
GameModule,
FriendsModule,
Expand Down

0 comments on commit 49922fb

Please sign in to comment.