mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-04-27 15:07:44 +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 {
|
- (NSString *)rootURL {
|
||||||
return @"http://ocean.samhuri.net:6706/";
|
return @"https://ocean.samhuri.net/";
|
||||||
}
|
}
|
||||||
|
|
||||||
- (BlogController *)blogController {
|
- (BlogController *)blogController {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue