Skip to content

Commit fa67977

Browse files
committed
Add sandbox prefix
1 parent 36f1a1c commit fa67977

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli/polyaxon/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
EXTERNAL_V1 = "external/{}".format(VERSION_V1)
1111
REWRITE_EXTERNAL_V1 = "rewrite-external/{}".format(VERSION_V1)
1212
K8S_V1 = "k8s/{}".format(VERSION_V1)
13+
SANDBOX_V1 = "sandbox/{}".format(VERSION_V1)
1314
WS_V1 = "ws/{}".format(VERSION_V1)
1415
AUTH_V1 = "auth/{}".format(VERSION_V1)
1516
STATIC_V1 = "static/{}".format(VERSION_V1)
@@ -33,6 +34,7 @@
3334
EXTERNAL_V1_LOCATION = "/" + EXTERNAL_V1 + "/"
3435
REWRITE_EXTERNAL_V1_LOCATION = "/" + REWRITE_EXTERNAL_V1 + "/"
3536
K8S_V1_LOCATION = "/" + K8S_V1 + "/"
37+
SANDBOX_V1_LOCATION = "/" + SANDBOX_V1 + "/"
3638
HEALTHZ_LOCATION = "/healthz/"
3739
POLYAXON_CLOUD_HOST = "https://cloud.polyaxon.com"
3840
LOCALHOST = "http://localhost:8000"

0 commit comments

Comments
 (0)