Removed openapi endpoints (now in LabThings)
This commit is contained in:
parent
e2990b5b38
commit
a8b1efb7cd
3 changed files with 0 additions and 26 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue