We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae42f42 commit bf556beCopy full SHA for bf556be
lib/generators/grape_swagger/install/install_generator.rb
@@ -10,7 +10,7 @@ def self.source_root
10
11
def install
12
install_path = 'apidoc'
13
- swagger_ui_repo = 'https://github.com/wordnik/swagger-ui/'
+ swagger_ui_repo = 'https://github.com/wordnik/swagger-ui'
14
api_path = 'api'
15
16
Zip::ZipFile.foreach(open("#{swagger_ui_repo}/archive/master.zip")) do |zip_entry|
0 commit comments