We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac14a6a commit 065a286Copy full SHA for 065a286
1 file changed
src/controller/user_controller.ts
@@ -74,7 +74,7 @@ export class UserController extends Controller {
74
* @summary 액세스 토큰 재발급 API
75
* @returns 재발급된 액세스 토큰
76
*/
77
- @Get('/auth/refresh')
+ @Post('/auth/refresh')
78
@SuccessResponse('200', 'Success')
79
@Response<TsoaFailResponse<string>>('401', 'Unauthorized', {
80
resultType: ResultType.FAIL,
0 commit comments