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

Fix route missing return 405 #15 #18

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

rluvaton
Copy link
Contributor

@rluvaton rluvaton commented Aug 4, 2024

Fix:

The reason for the problem came from warp::fs::dir using and_then which will try to find a different route and once not found will return method not allowed

@rluvaton rluvaton marked this pull request as ready for review August 4, 2024 13:23
@TalRoni TalRoni merged commit c7b6a86 into TalRoni:main Aug 5, 2024
1 check passed
@rluvaton rluvaton deleted the fix-15-route-missing-return-405 branch August 5, 2024 18:14
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