[👷🏻] 깃 수정 중

Signed-off-by: seonkyu.kim <sean.kk@daum.net>
This commit is contained in:
김선규 2025-02-26 00:32:16 +09:00
parent 56ea832b8c
commit 41c7e3a814
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@ publish/
*.swp
# macOS 관련 파일 제외
._
._*
.DS_Store
.AppleDouble

View File

@ -290,6 +290,7 @@ public class UserController : ControllerBase
[CustomOperation("로그아웃", "사용자 로그아웃", "사용자")]
public async Task<IActionResult> LogOut(string token, string refresh) //([FromBody] UserAll request)
{
// 로그아웃 하면 리프래시 토큰 만료 하는걸 넣어야 함
/* */
// var value = await ValidateToken(token, refresh);
// _logger.LogInformation(value.uid);