Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fru1tworld committed Nov 27, 2024
1 parent 5ae6c88 commit ef38f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import { Space, SpaceSchema } from './schema/space.schema';
LoggerModule,
MongooseModule.forFeature([{ name: Space.name, schema: SpaceSchema }]),
],
controllers: [AppController, HealthController],
controllers: [AppController],
providers: [AppService],
})
export class AppModule {}

0 comments on commit ef38f14

Please sign in to comment.