Broken plugin into microscope plugin and API endpoints

This commit is contained in:
Joel Collins 2018-12-11 13:32:29 +00:00
parent 5ef9215051
commit 9a2c585046
3 changed files with 39 additions and 34 deletions

View file

@ -0,0 +1,3 @@
from openflexure_microscope.api.v1.views import MicroscopeView
ENDPOINTS = {}