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';
|
import { GoodsController } from './goods.controller';
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
providers: [GoodsService],
|
providers: [GoodsService],
|
||||||
controllers: [GoodsController],
|
controllers:[GoodsController]
|
||||||
})
|
})
|
||||||
export class GoodsModule {}
|
|
||||||
|
|
||||||
|
export class GoodsModule {}
|
||||||
|
|
Loading…
Reference in New Issue