mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Use the the assigned serverURL in FeedbackManager
This commit is contained in:
parent
aee8ad245c
commit
798dd8b9b2
@ -582,7 +582,7 @@
|
||||
];
|
||||
|
||||
// build request & send
|
||||
NSString *url = [NSString stringWithFormat:@"https://warmup.hockeyapp.net/%@", parameter];
|
||||
NSString *url = [NSString stringWithFormat:@"%@%@", self.serverURL, parameter];
|
||||
BITHockeyLog(@"INFO: sending api request to %@", url);
|
||||
|
||||
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:url] cachePolicy:1 timeoutInterval:10.0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user