Skip to content

Commit eb88eda

Browse files
Update endpoint
1 parent 145ba63 commit eb88eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/quickStart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const (
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

server/lib/readConfigFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)