mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-05 12:30:07 +01:00
✨ Use production URL
This commit is contained in:
@@ -141,7 +141,7 @@ struct Constants {
|
||||
// API endpoints (via api.phpmon.app)
|
||||
|
||||
static let UpdateCheckEndpoint = URL(
|
||||
string: "https://api.phpmon.test/api/v1/update-check"
|
||||
string: "https://api.phpmon.app/api/v1/update-check"
|
||||
)!
|
||||
|
||||
// GitHub URLs (do not alias these)
|
||||
|
||||
Reference in New Issue
Block a user