pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Use correct spec_url when running in mod_wsgi #114

Closed javierdvalle closed 4 years ago

javierdvalle commented 4 years ago

Running in apache mod_wsgi:

In order to fix both cases, flask.url_for() can be used to always get the correct path to the /api-docs endpoint.

nicolaiarocci commented 4 years ago

thanks!