Moved API views up a level
This commit is contained in:
parent
e76dee2383
commit
bb9bb77536
14 changed files with 15 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from openflexure_microscope.api.utilities import gen, JsonResponse
|
||||
from openflexure_microscope.api.v1.views import MicroscopeView
|
||||
from openflexure_microscope.api.views import MicroscopeView
|
||||
|
||||
from flask import Response, Blueprint, jsonify, request
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue