Skip to content

Commit 065a286

Browse files
committed
fix(user_controller): get에서 post로 리프레시 요청 변경
1 parent ac14a6a commit 065a286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controller/user_controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class UserController extends Controller {
7474
* @summary 액세스 토큰 재발급 API
7575
* @returns 재발급된 액세스 토큰
7676
*/
77-
@Get('/auth/refresh')
77+
@Post('/auth/refresh')
7878
@SuccessResponse('200', 'Success')
7979
@Response<TsoaFailResponse<string>>('401', 'Unauthorized', {
8080
resultType: ResultType.FAIL,

0 commit comments

Comments
 (0)