You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle cases where a route's prefix is a nested URL
Nested prefixes (any prefix containing a '/' character) prior to this commit would incorrectly get tagged as the first segment of the URL prefix.
E.g. a route like "api/beta/v1/patients" would incorrectly get tagged as "api" instead of "patients"
Added a nested prefix to the namespace_tags prefix RSpec -- this example breaks without the changes to endpoint.rb.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
#### Fixes
8
8
9
-
*Your contribution here.
9
+
*[#758](https://github.com/ruby-grape/grape-swagger/pull/758): Handle cases where a route's prefix is a nested URL - [@SimonKaluza](https://github.com/simonkaluza).
0 commit comments