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

updated kin-openapi to v0.52.0 #2

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

crissi98
Copy link
Member

No description provided.

@crissi98 crissi98 requested a review from svnhof March 22, 2021 15:24
response = NewHTTPError(http.StatusMethodNotAllowed, err.Error()).ToResponse()
} else {
response = NewHTTPError(http.StatusNotFound, err.Error()).ToResponse()
}
response.write(writer)
return
}
switch handler := route.Handler.(type) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactoring was necessary because field Handler was removed

@crissi98 crissi98 merged commit f8dc811 into main Mar 23, 2021
@crissi98 crissi98 deleted the dependency-update/kin-openapi-v.052.0 branch March 23, 2021 22:12
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.

2 participants