Added API route for returning API schemas
This commit is contained in:
parent
7cb992adc4
commit
e55c097a32
3 changed files with 51 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue