aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorPjotr Prins2016-08-17 09:33:20 +0000
committerPjotr Prins2016-08-17 09:33:20 +0000
commit7b75a31e01d986e8a78adf8defe3a68d39379e06 (patch)
tree866d9c6e190b3f62bab7fdca0895dc07498d2e7c /wqflask
parenta1ad48926436de81b2ecdc783b7e8e0fe0f61a3e (diff)
parentf71939a443b3fe07f1683f00ccd342b540016084 (diff)
downloadgenenetwork2-7b75a31e01d986e8a78adf8defe3a68d39379e06.tar.gz
Merge branch 'gn_server' into chfi
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py
index 1f967dc9..14e019d2 100644
--- a/wqflask/wqflask/views.py
+++ b/wqflask/wqflask/views.py
@@ -110,7 +110,7 @@ def tmp_page(img_path):
@app.route("/dalliance/<path:filename>")
def bd_files(filename):
- bd_path = app.config['BIODALLIANCE_PATH']
+ bd_path = app.config['BIODALLIANCE_JS']
return send_from_directory(bd_path, filename)