Skip to content
New issue

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

Makes sure Grape::API behaves as a Rack::App #1893

Merged
merged 2 commits into from
Jul 5, 2019

Commits on Jul 5, 2019

  1. Makes sure Grape::API behaves as a Rack::App by calling: 'call' on th…

    …e first mounted instance rather than the base instance (which is never mounted) which will have the environment information as to where it was mounted
    myxoh committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d29eb79 View commit details
    Browse the repository at this point in the history
  2. Addresses code style issues

    myxoh committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    0efc8c7 View commit details
    Browse the repository at this point in the history