Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 6a3112d

Browse files
committed
API 설명 수정
1 parent 1f7338a commit 6a3112d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-contexts/src/middlewares/refresh-session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function refreshSessionMiddleware(next: NextMiddleware) {
5757
* /users/session/verify는 아래와 같은 상태값을 갖습니다.
5858
* 200 : TP_SE와 TP_TK가 모두 유효한 경우
5959
* 401 : TP_SE가 유효하지 않고 TP_TK가 유효한 경우
60-
* 403 : TP_SE와 TP_TK 모두 유효하지 않은 경우
60+
* 403 : TP_TK가 모두 유효하지 않은 경우
6161
*/
6262
const firstTrialResponse = await get('/api/users/session/verify', options)
6363

0 commit comments

Comments
 (0)