Skip to content

Commit

Permalink
fix: import categories module
Browse files Browse the repository at this point in the history
Co-authored-by: italovinicius18 <[email protected]>
Co-authored-by: IanFPFerreira <[email protected]>
  • Loading branch information
3 people committed May 10, 2023
1 parent d5c502b commit 477ff35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Module, CacheModule } from '@nestjs/common';
import configuration from './configs/configuration';
import { ConfigModule } from '@nestjs/config';
import { TypeOrmModule } from '@nestjs/typeorm';
import { CategoriesModule } from './categories/categories.module';

@Module({
imports: [
Expand Down

0 comments on commit 477ff35

Please sign in to comment.