This commit is contained in:
jinsir 2025-02-23 20:41:34 +08:00
commit 9764c3c8c6
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { GoodsController } from './goods.controller';
@Module({
providers: [GoodsService],
controllers: [GoodsController],
controllers:[GoodsController]
})
export class GoodsModule {}
export class GoodsModule {}