mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
use https
This commit is contained in:
parent
a98de8649c
commit
cdf0ada9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
}
|
||||
|
||||
- (NSString *)rootURL {
|
||||
return @"http://ocean.samhuri.net:6706/";
|
||||
return @"https://ocean.samhuri.net/";
|
||||
}
|
||||
|
||||
- (BlogController *)blogController {
|
||||
|
|
|
|||
Loading…
Reference in a new issue