nestjs_auth init..

This commit is contained in:
최준흠 2022-09-12 16:08:39 +09:00
parent 69fa44ba03
commit 36190ab407

View File

@ -8,7 +8,6 @@ import {
Put,
Query
} from '@nestjs/common'
import { Todo } from '@prisma/client'
import { TodoDTO } from './dtos/todo.dto'
import { TodoService } from './todo.service'