Add "operations" back by default
This commit is contained in:
parent
85caf9f1eb
commit
506eb7a9c7
|
|
@ -87,6 +87,7 @@ module Grape
|
|||
output = {
|
||||
apiVersion: api_version,
|
||||
swaggerVersion: "1.2",
|
||||
operations: [],
|
||||
apis: routes_array
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue