Removed openapi endpoints (now in LabThings)

This commit is contained in:
Richard 2021-07-25 01:23:44 +01:00
parent e2990b5b38
commit a8b1efb7cd
3 changed files with 0 additions and 26 deletions

View file

@ -156,8 +156,6 @@ labthing.add_view(
views.NestedConfigurationProperty, "/instrument/configuration/<path:route>"
)
labthing.add_root_link(views.ConfigurationProperty, "instrumentConfiguration")
labthing.add_view(views.APISpecJSONView, "/docs/swagger.json")
labthing.add_view(views.APISpecYAMLView, "/docs/swagger.yaml")
# Attach stage resources
labthing.add_view(views.StageTypeProperty, "/instrument/stage/type")