Skip to content

Commit f0c8290

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 f85bf08 commit f0c8290

File tree

9 files changed

+820
-7
lines changed

9 files changed

+820
-7
lines changed

mig/services/__init__.py

Whitespace-only changes.

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)