Added API route for returning API schemas

This commit is contained in:
Joel Collins 2019-06-14 17:18:13 +01:00
parent 7cb992adc4
commit e55c097a32
3 changed files with 51 additions and 7 deletions

View file

@ -22,5 +22,6 @@ class MicroscopeViewPlugin(MicroscopeView):
def __init__(self, microscope, plugin=None, **kwargs):
self.plugin = plugin
self.route = None
MicroscopeView.__init__(self, microscope=microscope, **kwargs)