Jwt project updated#149
Open
FabricioMoreno wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello! I hope you're having a good day. I would like to propose this pull request for you to review the changes I've made. I've fixed some bugs that I found in the code and added some enhancements that I believe may be useful. Here are the details of the changes I've made:
I updated some outdated packages, which should help improve the project's stability and security.
I added a base URL in Axios, since all routing in the api directory starts with /api. This should simplify the Axios configuration and make the code easier to maintain.
I changed the import of app.css to App.css. This should help maintain consistency in the project and avoid confusion.
I added the proxy property in package.json to http://localhost:5000/. This should help properly configure the server for HTTP requests and avoid CORS problems.
I also installed the cors package to fix CORS issues on the server. Adding this package should allow HTTP requests to be made correctly and avoid CORS errors in the future.
I hope you find these changes useful and are happy to merge them into the project. If you have any questions or additional comments, please let me know. Thank you again!