Loading backend/src/category/category.module.ts +1 −0 Original line number Diff line number Diff line Loading @@ -14,5 +14,6 @@ import { Town } from 'src/town/entities/town.entity'; controllers: [CategoryController], providers: [CategoryService, AuthAdminService, JwtService, EncryptionService, AdminService], imports: [TypeOrmModule.forFeature([Category, Admin, Town])], exports: [CategoryService], }) export class CategoryModule {} Loading
backend/src/category/category.module.ts +1 −0 Original line number Diff line number Diff line Loading @@ -14,5 +14,6 @@ import { Town } from 'src/town/entities/town.entity'; controllers: [CategoryController], providers: [CategoryService, AuthAdminService, JwtService, EncryptionService, AdminService], imports: [TypeOrmModule.forFeature([Category, Admin, Town])], exports: [CategoryService], }) export class CategoryModule {}