Update file server URL

This commit is contained in:
Niels Andriesse 2020-02-05 10:16:29 +11:00
parent dd50e9184b
commit b6003cbf8e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public final class LokiStorageAPI : LokiDotNetAPI {
// #if DEBUG
// private static let server = "http://file-dev.lokinet.org"
// #else
@objc public static let server = "https://file.lokinet.org"
@objc public static let server = "https://file.getsession.org"
// #endif
private static let deviceLinkType = "network.loki.messenger.devicemapping"
private static let attachmentType = "net.app.core.oembed"