Developers who add the trailing slash to the base URL for API calls are evil.

I can't be the only one who thinks that this is the only way.
❌ `${baseUrl}users
✅ `${baseUrl}/users`

Comments