Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -97,7 +97,7 @@ static id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingO | ... | @@ -97,7 +97,7 @@ static id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingO |
97 | return nil; | 97 | return nil; |
98 | } | 98 | } |
99 | 99 | ||
100 | - self.acceptableStatusCodes = [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(200, 100)]; | 100 | + self.acceptableStatusCodes = [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(401, 100)]; |
101 | self.acceptableContentTypes = nil; | 101 | self.acceptableContentTypes = nil; |
102 | 102 | ||
103 | return self; | 103 | return self; | ... | ... |
-
Please register or login to post a comment