I was trying out the example code in the README, and I noticed that the swagger file was double generating a get: key when parsing the docstring from the on_get method, ie:
...
get:
get:
description: Get a random pet
...
removing the get: in the docstring seems to cause the swagger file to be generated properly.
I was trying out the example code in the README, and I noticed that the swagger file was double generating a
get:
key when parsing the docstring from theon_get
method, ie:removing the
get:
in the docstring seems to cause the swagger file to be generated properly.