about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 0c7551e5..41963324 100644
--- a/gn2/wqflask/views.py
+++ b/gn2/wqflask/views.py
@@ -273,7 +273,7 @@ def gnqna():
 
                 return render_template("gnqa_answer.html", **resp.json())
             return monad_requests.post(
-                urljoin(current_app.config.get(GN_SERVER_URL),
+                urljoin(current_app.config["GN_SERVER_URL"],
                         "/api/llm/gnqna"),
                 json=dict(request.form),
             ).then(