mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
api-v1
This commit is contained in:
@ -4,7 +4,7 @@ This example shows the use of the zrok SDK spinning up a simple pastebin command
|
||||
|
||||
## Self-hosting Setup :wrench:
|
||||
|
||||
You don't need this section if you're using hosted zrok from NetFoundry (https://api.zrok.io/).
|
||||
You don't need this section if you're using hosted zrok from NetFoundry (https://api-v1.zrok.io/).
|
||||
|
||||
Refer to the [setup guide](../../../docs/guides/self-hosting/self_hosting_guide.md) for details on setting up your zrok
|
||||
environment if you're self-hosting zrok.
|
||||
|
@ -61,7 +61,7 @@ class Root:
|
||||
return zrock_client
|
||||
|
||||
def ApiEndpoint(self) -> ApiEndpoint:
|
||||
apiEndpoint = "https://api.zrok.io"
|
||||
apiEndpoint = "https://api-v1.zrok.io"
|
||||
frm = "binary"
|
||||
|
||||
if self.cfg.ApiEndpoint != "":
|
||||
|
Reference in New Issue
Block a user