This website requires JavaScript.
Explore
Help
Sign In
gergely
/
duck-booking-tool
Watch
1
Star
0
Fork
0
You've already forked duck-booking-tool
Code
Issues
Pull Requests
Releases
Wiki
Activity
70a5a99909
duck-booking-tool
/
controllers
/
default_controller.py
7 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
Fix all Python files to work with Python2 and Gunicorn/Heroku
2016-10-27 18:52:20 +00:00
def
ducks_get
(
)
:
Add Swagger-based API
2016-10-27 18:18:02 +00:00
return
'
do some magic!
'
Fix GET /duck method
2016-10-28 01:55:36 +00:00
def
duck_get
(
)
:
return
'
do some duck magic!
'
Reference in New Issue
Copy Permalink