summaryrefslogtreecommitdiff
path: root/cli/app/utils/cortex_utils.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-17 21:00:54 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-17 21:00:54 +0100
commit41eef4ede18d0e57ba8110d65a8f68e5252813af (patch)
tree503de5f9313ccf549956c99683a91db1bbd4585d /cli/app/utils/cortex_utils.py
parent3bf1d7eae82696284f44c4ac3856028785bdf626 (diff)
another way of stopping
Diffstat (limited to 'cli/app/utils/cortex_utils.py')
-rw-r--r--cli/app/utils/cortex_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/utils/cortex_utils.py b/cli/app/utils/cortex_utils.py
index 26878fd..ccebdc6 100644
--- a/cli/app/utils/cortex_utils.py
+++ b/cli/app/utils/cortex_utils.py
@@ -9,7 +9,7 @@ from app.settings import app_cfg
def api_url(path):
"""Generate a base API path"""
- return "https://lens.neural.garden/api/{}/".format(path)
+ return "https://mirror.neural.garden/api/{}/".format(path)
def cortex_folder(opt_folder_id):
return fetch_json(os.path.join(api_url('folder'), str(opt_folder_id) + "/"))