- fix endpointUrl and endpointPath
This commit is contained in:
parent
e59fadd0fb
commit
f9db94fa11
@ -311,11 +311,11 @@ static bool isFirstAccess = YES;
|
||||
}
|
||||
|
||||
- (NSString *) endPointPath {
|
||||
return _currentUserCredenzialEndPointPath;
|
||||
return _currentEndPointPath;
|
||||
}
|
||||
|
||||
- (NSString *) endPointUrl {
|
||||
return _currentUserCredenzialEndPointUrl;
|
||||
return _currentEndPointUrl;
|
||||
}
|
||||
|
||||
- (AFHTTPSessionManager *) manager {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user