Closed javierdvalle closed 4 years ago
When using a non-empty url_prefix, the url_prefix should be added also to the spec_url:
spec_url = <url_prefix>/api-docs
Otherwise, /docs will try to fetch the json from /api-docs which now returns 404
thanks.
When using a non-empty url_prefix, the url_prefix should be added also to the spec_url:
Otherwise, /docs will try to fetch the json from /api-docs which now returns 404