You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under JRuby 9.1.8.0 with rails 4.2.8 with the default apipie.rb:
Apipie.configure do |config|
config.app_name = "RailsPrisme"
config.api_base_url = "/api"
config.doc_base_url = "/apipie"
# where is your API defined?
config.api_controllers_matcher = "#{Rails.root}/app/controllers/**/*.rb"
end
Under JRuby 9.1.8.0 with rails 4.2.8 with the default apipie.rb:
The following URL (http://localhost:3000/apipie) yields:
Thanks for your help.
Cris
The text was updated successfully, but these errors were encountered: