1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-05 04:20:06 +01:00

Use production URL

This commit is contained in:
2025-09-25 16:24:40 +02:00
parent edf0d332fb
commit b6f27f0122

View File

@@ -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)