From b5bf6432dbf3a75e2306c03aced4180b020304c9 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 31 Jan 2022 05:28:05 +0300 Subject: Add 'api' to root of partial correlations URL Add api to the root of the partial correlations URL, making it: /api/correlations/partial rather than: /correlations/partial --- wqflask/wqflask/partial_correlations_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/partial_correlations_views.py b/wqflask/wqflask/partial_correlations_views.py index f3ec0f78..6bc5efee 100644 --- a/wqflask/wqflask/partial_correlations_views.py +++ b/wqflask/wqflask/partial_correlations_views.py @@ -263,4 +263,4 @@ def partial_correlations(): return render_template( "partial_correlations.html", **args_dict, target_dbs=target_dbs, - corr_results=corr_results, part_corr_url=f"{GN_SERVER_URL}correlation/partial") + corr_results=corr_results, part_corr_url=f"{GN_SERVER_URL}api/correlation/partial") -- cgit v1.2.3