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

Different configuration for ocelot swagger generator endpoint and downstreat service #29

Merged
merged 2 commits into from
Jun 6, 2019

Conversation

Burgyn
Copy link
Owner

@Burgyn Burgyn commented Jun 6, 2019

This PR implement issue #27.

New configuration property was added: DownstreamSwaggerEndPointBasePath.
This property sets the base path for getting swagger documentation of downstream services. Default is /swagger/docs (preserving compatibility).

Final path is: {DownstreamSwaggerEndPointBasePath}/{Version}/{KeyToPath}.

Property EndPointBasePath was marked as Obsolete (Because of ambiguous opinion).
The property PathToSwaggerGenerator has been added instead.

@Burgyn Burgyn merged commit 5e007fe into master Jun 6, 2019
@Burgyn Burgyn deleted the newendpoint branch June 6, 2019 12:40
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.

1 participant