freeCodeCamp
freeCodeCamp copied to clipboard
fix(curriculum): Backend challenge: Create user URL in exercise tracker must be without slash at the end
Checklist:
- [x] I have read freeCodeCamp's contribution guidelines.
- [x] My pull request has a descriptive title (not a vague title like
Update index.md
) - [x] My pull request targets the
main
branch of freeCodeCamp. - [x] I have tested these changes either locally on my machine, or GitPod.
This PR fixes the URL to create a user in the exercise tracker backend challenge. The URL is without a slash at the end url + /api/users
, not url + /api/users/
.
Thanks for your pull-request.
We are no longer accepting changes to the non-English versions of files in parts of this codebase. This pull-request seems to change some of those. Please visit our contributing guidelines to learn more about translating freeCodeCamp's resources.
As always, we value all of your contributions.
Happy contributing!
Note: This message was automatically generated by a bot. If you feel this message is in error or would like help resolving it, feel free to reach us in our contributor chat.
You do not need to keep updating the branch. We will ask you for a rebase if needed. Someone will review this soon.
If you have an issue/discussion about this PR that you can link to, you should add it to the description; else it is okay.
Thanks.