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 *_with_tsr implementations to axum::ApiRouter. #139

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

Snapstromegon
Copy link
Contributor

This is a first test implementation to resolve #138. It doesn't include tests and is meant as a starting point for discussions.

Copy link
Collaborator

@JakkuSakura JakkuSakura left a comment

Choose a reason for hiding this comment

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

Looks good. It's not complex so lacking tests is not a concern to me

@JakkuSakura JakkuSakura added the enhancement New feature or request label Dec 24, 2024
crates/aide/src/axum/mod.rs Outdated Show resolved Hide resolved
crates/aide/src/axum/mod.rs Outdated Show resolved Hide resolved
@jplatte
Copy link
Collaborator

jplatte commented Dec 26, 2024

Rebased / squashed and ran cargo fmt to fix CI.

@jplatte jplatte merged commit df28955 into tamasfe:master Dec 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add trailing slash removal support when axum-extra feature is enabled
3 participants