Merge branch 'main' of http://113.45.157.195:3003/insiinc/nice-playground
This commit is contained in:
commit
9764c3c8c6
|
@ -3,8 +3,8 @@ import { GoodsService } from './goods.service';
|
|||
import { GoodsController } from './goods.controller';
|
||||
|
||||
@Module({
|
||||
providers: [GoodsService],
|
||||
controllers: [GoodsController],
|
||||
providers: [GoodsService],
|
||||
controllers:[GoodsController]
|
||||
})
|
||||
export class GoodsModule {}
|
||||
|
||||
export class GoodsModule {}
|
||||
|
|
Loading…
Reference in New Issue