diff options
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py index 4c7a0ae2..995b2b31 100644 --- a/gn2/wqflask/views.py +++ b/gn2/wqflask/views.py @@ -310,7 +310,7 @@ def gnqna(): return render_template("gnqa.html", prev_queries=prev_queries) -@app.route("/editor/", methods=["GET"]) +@app.route("/editor/edit", methods=["GET"]) @require_oauth2 def edit_gn_doc_file(): file_path = request.args.get("file-path", "") |