From 8871266630a7452519da3b7d4e159ef765331cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Tue, 6 Sep 2022 09:44:46 +0900 Subject: [PATCH] nestjs_auth init.. --- src/auth/auth.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index 821a94c..28f8067 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -29,7 +29,7 @@ export class AuthController { //Login여부 확인용 @UseGuards(JwtAuthGuard) - @Get('islogin') + @Get('profile') getProfile(@Request() req) { //console.log(req) return req.user