Bhaskar Shankarling
Results
2
issues of
Bhaskar Shankarling
Added the spec to check the issue #730 related to swagger doc not getting generated when one grape API app is mounted in another grape API app.
**Code** ```ruby require "bundler/setup" Bundler.require require 'grape-swagger/entity' module API module V1 class Welcome < Grape::API desc 'Greets user' do detail 'This is the root api and it will greet user...
bug?