Moved API views up a level

This commit is contained in:
Joel Collins 2019-11-13 14:06:41 +00:00
parent e76dee2383
commit bb9bb77536
14 changed files with 15 additions and 16 deletions

View file

@ -1,7 +1,7 @@
from openflexure_microscope.api.v1.views import MicroscopeViewPlugin
from openflexure_microscope.api.views import MicroscopeViewPlugin
from flask import Blueprint, jsonify
from openflexure_microscope.api.v1.views import MicroscopeView
from openflexure_microscope.api.views import MicroscopeView
import logging
import warnings