Fix GET /duck method
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
def ducks_get():
|
||||
return 'do some magic!'
|
||||
|
||||
def duck_get():
|
||||
return 'do some duck magic!'
|
||||
|
||||
|
@@ -29,6 +29,7 @@ paths:
|
||||
get:
|
||||
tags:
|
||||
- "default_controller"
|
||||
operationId: "controllers.default_controller.duck_get"
|
||||
responses:
|
||||
200:
|
||||
description: "All data regarding the specified duck"
|
||||
|
Reference in New Issue
Block a user