From 41eef4ede18d0e57ba8110d65a8f68e5252813af Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 17 Jan 2020 21:00:54 +0100 Subject: another way of stopping --- cli/app/utils/cortex_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/utils/cortex_utils.py') 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) + "/")) -- cgit v1.2.3-70-g09d2