diff options
author | Pjotr Prins | 2016-08-17 09:33:20 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-08-17 09:33:20 +0000 |
commit | 7b75a31e01d986e8a78adf8defe3a68d39379e06 (patch) | |
tree | 866d9c6e190b3f62bab7fdca0895dc07498d2e7c /wqflask | |
parent | a1ad48926436de81b2ecdc783b7e8e0fe0f61a3e (diff) | |
parent | f71939a443b3fe07f1683f00ccd342b540016084 (diff) | |
download | genenetwork2-7b75a31e01d986e8a78adf8defe3a68d39379e06.tar.gz |
Merge branch 'gn_server' into chfi
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/views.py | 2 |
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) |