File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313const (
1414 FRONTEND_SECRET_KEY = "af4e4785-7e09-11f0-b93a-74563c4e2a7e"
1515 // CLOUD_API_URL = "https://pangolin.fossorial.io/api/v1/remote-exit-node/quick-start"
16- CLOUD_API_URL = "https://pangolin.fossorial.io /api/v1/remote-exit-node/quick-start"
16+ CLOUD_API_URL = "https://app. pangolin.net /api/v1/remote-exit-node/quick-start"
1717)
1818
1919// HybridCredentials represents the response from the cloud API
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const configSchema = z.object({
3131 endpoint : z
3232 . string ( )
3333 . optional ( )
34- . default ( "https://pangolin.fossorial.io " ) ,
34+ . default ( "https://app. pangolin.net " ) ,
3535 redirect_endpoint : z . string ( ) . optional ( )
3636 } ) ,
3737 traefik : z
You can’t perform that action at this time.
0 commit comments