pyeve / eve-swagger

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

URL_PREFIX is not included in the server url #94

Closed AnthonyCaetano closed 4 years ago

AnthonyCaetano commented 5 years ago

current master adds the API_VERSION path segment to the url, but it doesn't add the URL_PREFIX

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

FaraSeer commented 3 years ago

@nicolaiarocci could you reopen this issue? I have the same problems. For now it is not possible to make any 'Try is out' requests.

I have the following configuration: URL_PREFIX = "api" API_VERSION = "v1" And requests must contain '/api' in their path, but they doesn't: