Skip to content

Commit 0909345

Browse files
committed
little fix
1 parent 8d0183e commit 0909345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/grape-swagger-rails.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
require "grape-swagger-rails/engine"
22

33
module GrapeSwaggerRails
4-
mattr_accessor :discoveryUrl, :apiKey, :headers
4+
mattr_accessor :discoveryUrl, :apiKey, :headers,
5+
:appName, :appUrl
56

67
self.discoveryUrl = '/swagger_doc.json'
78
self.apiKey = 'special-key'

0 commit comments

Comments
 (0)