Add Swagger-based API

This commit is contained in:
Gergely Polonkai
2016-10-27 20:18:02 +02:00
parent 07872f8e24
commit 50ef1491f2
7 changed files with 46 additions and 23 deletions

0
controllers/__init__.py Normal file
View File

View File

@@ -0,0 +1,3 @@
def ducks_get() -> str:
return 'do some magic!'