Skip to content

Fix route matching for different HTTP methods

Latest
Compare
Choose a tag to compare
@phpdevcommunity phpdevcommunity released this 01 Apr 15:29

Resolve issue where routes with same path but different methods weren't
handled correctly. Added proper MethodNotAllowed exception throwing.