5ccef9cd06
We've been historically using endpoints without trailing slashes in our API. Apparently, some libraries (like gophercloud) are quite opinionated about it (see the story), so let's handle both. The implementation could be simpler if we just added trailing slash to all routes, but it would cause redirects for current users. Change-Id: Icbd971a8e792f93f9c3fa66ba29bec055dcdee32 Story: #2007660 Task: #39749
6 lines
174 B
YAML
6 lines
174 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes accessing API endpoints with trailing slashes. Now they're treated
|
|
the same way as without slashes, although the latter remain canonical URLs.
|