Skip to content

Preserve method fallbacks before any routes#127

Merged
mgomes merged 1 commit into
masterfrom
fix/any-route-method-fallbacks
Jun 27, 2026
Merged

Preserve method fallbacks before any routes#127
mgomes merged 1 commit into
masterfrom
fix/any-route-method-fallbacks

Conversation

@mgomes

@mgomes mgomes commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Why

Any routes should behave as a fallback for methods that do not already have a matching route. Standard HTTP methods were getting concrete route entries, which let exact Any paths outrank method-specific catch-all routes before the fallback logic could run.

This keeps method-specific routes authoritative and makes standard and extension method precedence consistent.

@mgomes

mgomes commented Jun 27, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🚀

Reviewed commit: 3493e01768

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes mgomes merged commit 564c381 into master Jun 27, 2026
2 checks passed
@mgomes mgomes deleted the fix/any-route-method-fallbacks branch June 27, 2026 02:16
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