We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My config:
Apipie.configure do |config| config.app_name = "MyApp" config.doc_base_url = "/apipie" config.api_controllers_matcher = "#{Rails.root}/app/controllers/**/*.rb" config.validate = false end
But at http://localhost:3000/apipie it still shows the urls with "/api" prefix.
The text was updated successfully, but these errors were encountered:
Have you tried to use _api_base_url "https://github.com/Apipie/apipie-rails#configuration-reference"?
Sorry, something went wrong.
No branches or pull requests
My config:
But at http://localhost:3000/apipie it still shows the urls with "/api" prefix.
The text was updated successfully, but these errors were encountered: