Skip to content

Commit 444fc7a

Browse files
committed
Implement an intitial server based on flask.
Do the core work necessary to have a first response served to a GET request and some basic wiring to allow submission of JSON via POST.
1 parent 3aba0cd commit 444fc7a

File tree

8 files changed

+820
-7
lines changed

8 files changed

+820
-7
lines changed

mig/services/coreapi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from mig.services.coreapi.server import ThreadedApiHttpServer, _extend_configuration, _create_and_expose_server

0 commit comments

Comments
 (0)