freeCodeCamp icon indicating copy to clipboard operation
freeCodeCamp copied to clipboard

fix(curriculum): Backend challenge: Create user URL in exercise tracker must be without slash at the end

Open alexandear opened this issue 2 years ago • 2 comments

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/.

alexandear avatar Jan 08 '23 15:01 alexandear

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.

camperbot avatar Jan 08 '23 15:01 camperbot

:eyes: Review this PR in a CodeSee Review Map

View the CodeSee Map of this change

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

ghost avatar Jan 08 '23 15:01 ghost

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.

raisedadead avatar Jan 10 '23 03:01 raisedadead