From 04077c53fd2b5d375bf2ac2b40e7f46685933163 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 23 Aug 2025 12:31:16 -0700 Subject: [PATCH] Update url to cloud --- install/quickStart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/quickStart.go b/install/quickStart.go index 28a50ed6..ece8e8ff 100644 --- a/install/quickStart.go +++ b/install/quickStart.go @@ -13,7 +13,7 @@ import ( const ( FRONTEND_SECRET_KEY = "af4e4785-7e09-11f0-b93a-74563c4e2a7e" // CLOUD_API_URL = "https://pangolin.fossorial.io/api/v1/remote-exit-node/quick-start" - CLOUD_API_URL = "https://enterprise.fosrl.io/api/v1/remote-exit-node/quick-start" + CLOUD_API_URL = "https://pangolin.fossorial.io/api/v1/remote-exit-node/quick-start" ) // HybridCredentials represents the response from the cloud API