Add "operations" back by default

This commit is contained in:
Joel Van Horn 2013-12-05 17:46:46 -05:00
parent 85caf9f1eb
commit 506eb7a9c7
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ module Grape
output = {
apiVersion: api_version,
swaggerVersion: "1.2",
operations: [],
apis: routes_array
}