Skip to content
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

Merged

Conversation

PouriaSeyfi
Copy link
Contributor

Add ui default parameters to config/l5-swagger.php base on swagger ui documentation

@DarkaOnLine
Copy link
Owner

@PouriaSeyfi could you please resolve conflicts for this PR?

@PouriaSeyfi
Copy link
Contributor Author

@PouriaSeyfi could you please resolve conflicts for this PR?

@DarkaOnLine conflicts resolved...

@@ -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) }}",

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.

Copy link
Contributor Author

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

@DarkaOnLine DarkaOnLine merged commit 1bc0f8a into DarkaOnLine:master Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants