Add Swagger-based API
This commit is contained in:
0
controllers/__init__.py
Normal file
0
controllers/__init__.py
Normal file
3
controllers/default_controller.py
Normal file
3
controllers/default_controller.py
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
def ducks_get() -> str:
|
||||
return 'do some magic!'
|
Reference in New Issue
Block a user