aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
Diffstat (limited to 'gn2')
-rw-r--r--gn2/wqflask/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py
index 6e8ef0ba..c13d29e4 100644
--- a/gn2/wqflask/views.py
+++ b/gn2/wqflask/views.py
@@ -1226,7 +1226,7 @@ def display_genewiki_page(symbol):
wiki = requests.get(
urljoin(
GN3_LOCAL_URL,
- f"/api/metadata/genewiki/{symbol}"
+ f"/api/metadata/wiki/{symbol}"
)
).json()
return render_template(