Skip to content

Commit

Permalink
♻️ :: [#44] RefreshAPI / NotFound로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shwaaaa committed Apr 17, 2024
1 parent 9b436b1 commit 34b549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/Sources/Base/API/RefreshAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension RefreshAPI: MindWayAPI {
case .reissueToken:
return [
401: .unauthorized,
404: .unauthorized
404: .notFound
]
}
}
Expand Down

0 comments on commit 34b549a

Please sign in to comment.