-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
๐ Issue ํ ์ค ์์ฝ
users.module.ts
๐คท Issue ์ธ๋ถ ๋ด์ฉ
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { UsersService } from './users.service';
import { UsersController } from './users.controller';
import { User } from './user.entity';
@Module({
imports: [TypeOrmModule.forFeature([User])],
providers: [UsersService],
controllers: [UsersController],
})
export class UsersModule {}
โจ ๊ธฐ๋ ๊ฒฐ๊ณผ
๐ธ ์คํฌ๋ฆฐ์ท
Metadata
Metadata
Assignees
Labels
No labels