Set up eV submodule

This commit is contained in:
Joel Collins 2020-05-15 14:57:03 +01:00
parent db9a0581b1
commit d7ca8f8ae1
3 changed files with 8 additions and 2 deletions

View file

@ -66,7 +66,7 @@ app, labthing = create_app(
description="Test LabThing-based API for OpenFlexure Microscope",
types=["org.openflexure.microscope"],
version=pkg_resources.get_distribution("openflexure_microscope").version,
flask_kwargs={"static_url_path": ""},
flask_kwargs={"static_url_path": "", "static_folder": "static/dist"},
)
# Enable CORS for some routes outside of LabThings