From 36190ab4074efa923d12dda17be31bd300f2a6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 12 Sep 2022 16:08:39 +0900 Subject: [PATCH] nestjs_auth init.. --- src/todo/todo.controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/todo/todo.controller.ts b/src/todo/todo.controller.ts index 70ed45a..aed8eb9 100644 --- a/src/todo/todo.controller.ts +++ b/src/todo/todo.controller.ts @@ -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'