Skip to content

Commit

Permalink
Update version-5.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eopayemi authored Jul 29, 2024
1 parent 96c5891 commit 6f8a95b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Each change log item should be expandable. The first line summarises the changel
<details>
<summary>Corrected ordering of OAS API paths to prevent middleware misapplication</summary>
Fixed an issue where nested API endpoints, such as /test and /test/abc, might incorrectly apply middleware from the parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this middleware misapplication and ensuring both the HTTP method and URL match accurately.
Fixed an issue where nested API endpoints, such as '/test' and '/test/abc', might incorrectly apply middleware from the parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this middleware misapplication and ensuring both the HTTP method and URL match accurately.
</details>
</li>
</ul>
Expand Down

0 comments on commit 6f8a95b

Please sign in to comment.