nestjs_auth...

This commit is contained in:
최준흠 2022-09-12 16:13:42 +09:00
parent df2349fc06
commit 0cabd791c1

View File

@ -1,6 +1,5 @@
/* eslint-disable prettier/prettier */
import { Body, Controller, Get, Post, UseGuards, Request } from '@nestjs/common'
import { User } from '@prisma/client'
import { UserDTO } from 'src/user/dtos/user.dto'
import { AuthService } from './auth.service'
import { JwtAuthGuard } from './guards/jwt.auth.guard'