fix
This commit is contained in:
@ -13,7 +13,7 @@ class ShareViewController: SLComposeServiceViewController {
|
|||||||
|
|
||||||
let appGroupName = "group.com.haystack.app" // Replace with your actual App Group identifier
|
let appGroupName = "group.com.haystack.app" // Replace with your actual App Group identifier
|
||||||
let tokenKey = "sharedAuthToken"
|
let tokenKey = "sharedAuthToken"
|
||||||
let uploadURL = URL(string: "http://192.168.1.199:3040/image/")!
|
let uploadURL = URL(string: "https://haystack.johncosta.tech/image/")!
|
||||||
|
|
||||||
var bearerToken: String?
|
var bearerToken: String?
|
||||||
// Store the item provider to access it later in didSelectPost
|
// Store the item provider to access it later in didSelectPost
|
||||||
|
Reference in New Issue
Block a user