Should we use trailing slashes in API routes ?
Open
question
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We have a few endpoints that end with a trailing slash `/tags/` for example. This is not the same as `/tags`
We should decide if we want to use routes with trailing slashes or not.
The recommendation seems to be to **not** use trailing slashes. So use `/tags`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.