We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aa7953 + e65f18c commit 4ba2f2cCopy full SHA for 4ba2f2c
Projects/App/ShareExtension/Info.plist
@@ -13,7 +13,7 @@
13
<key>CFBundleName</key>
14
<string>Pokit</string>
15
<key>CFBundleShortVersionString</key>
16
- <string>1.0.4</string>
+ <string>1.0.9</string>
17
<key>CFBundleURLTypes</key>
18
<array>
19
<dict>
Projects/Util/Sources/Constants.swift
@@ -8,7 +8,7 @@
8
import Foundation
9
10
public enum Constants {
11
- public static let serverURL: URL = URL(string: "https://pokit.site")!
+ public static let serverURL: URL = URL(string: "https://pokit.cloud")!
12
public static let userPath: String = "/api/v1/user"
public static let authPath: String = "/api/v1/auth"
public static let categoryPath: String = "/api/v1/category"
0 commit comments