Swagger files on /docs/openapi return 404 due to trailing slash in URL

I tried to download the Swagger files from https://engineering.toggl.com/docs/openapi/ but got a 404 error. It seems the issue is caused by the application appending an unnecessary trailing slash to the URL, which results in a 404.

For example, when I click Toggl API, it navigates to

https://engineering.toggl.com/assets/files/api-f9b2d6fbb6542739aea424dcf6dd36c8.json/,

which returns 404.

However, the correct and accessible URL is

https://engineering.toggl.com/assets/files/api-f9b2d6fbb6542739aea424dcf6dd36c8.json

(without the trailing slash).

Thanks for pointing this out! Our team will work on fixing that :slight_smile: