-
-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ui default to l5-swagger.php #413
Add ui default to l5-swagger.php #413
Conversation
@PouriaSeyfi could you please resolve conflicts for this PR? |
@DarkaOnLine conflicts resolved... |
resources/views/index.blade.php
Outdated
@@ -79,7 +79,7 @@ | |||
operationsSorter: {!! isset($operationsSorter) ? '"' . $operationsSorter . '"' : 'null' !!}, | |||
configUrl: {!! isset($configUrl) ? '"' . $configUrl . '"' : 'null' !!}, | |||
validatorUrl: {!! isset($validatorUrl) ? '"' . $validatorUrl . '"' : 'null' !!}, | |||
oauth2RedirectUrl: "{{ route('l5-swagger.'.$documentation.'.oauth2_callback', [], $useAbsolutePath) }}", | |||
oauth2RedirectUrl: "{{ route('l5-swagger.'.$documentation.'.oauth2_callback', $useAbsolutePath) }}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are reversing PR #411, I don't think you want to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this change was unintentional. please check it again
Add ui default parameters to config/l5-swagger.php base on swagger ui documentation