Revert "Remove CI file from frame branch"

This reverts commit dac3632c28
This commit is contained in:
Joel Collins 2020-05-18 09:54:18 +00:00
parent e91b9bf356
commit 79259b3fc9
26 changed files with 224 additions and 60 deletions

View file

@ -65,8 +65,8 @@ app, labthing = create_app(
title=f"OpenFlexure Microscope {api_microscope.name}",
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": ""},
version=pkg_resources.get_distribution("openflexure-microscope-server").version,
flask_kwargs={"static_url_path": "", "static_folder": "static/dist"},
)
# Enable CORS for some routes outside of LabThings