Skip to content

Commit

Permalink
Fix to make additional_config_url work (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
h2akim authored and DarkaOnLine committed Apr 26, 2018
1 parent f701083 commit 89438e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
url: "{!! $urlToDocs !!}",
operationsSorter: {!! isset($operationsSorter) ? '"' . $operationsSorter . '"' : 'null' !!},
configUrl: {!! isset($additionalConfigUrl) ? '"' . $additionalConfigUrl . '"' : 'null' !!},
configUrl: {!! isset($configUrl) ? '"' . $configUrl . '"' : 'null' !!},
validatorUrl: {!! isset($validatorUrl) ? '"' . $validatorUrl . '"' : 'null' !!},
oauth2RedirectUrl: "{{ route('l5-swagger.oauth2_callback') }}",
Expand Down

0 comments on commit 89438e7

Please sign in to comment.