Skip to content

Commit

Permalink
[System] TokenRepository, TokenApi 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
ajou4095 committed Feb 20, 2024
1 parent b00fe2d commit ee20216
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal object KtorModule {
): HttpClient {
return HttpClient(OkHttp) {
// default validation to throw exceptions for non-2xx responses
expectSuccess = true
expectSuccess = false

engine {
if (debugInterceptor.isPresent) {
Expand Down Expand Up @@ -68,7 +68,6 @@ internal object KtorModule {

return HttpClient(OkHttp) {
// default validation to throw exceptions for non-2xx responses
// TODO
expectSuccess = false

engine {
Expand Down

0 comments on commit ee20216

Please sign in to comment.