Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning - Controllers cleaning #140

Merged
merged 17 commits into from
Sep 9, 2023
Merged

Conversation

PatrickOtero
Copy link
Contributor

@PatrickOtero PatrickOtero commented Sep 7, 2023

The major change was the move of the swagger decorators in controller files to other separate files. Some secondary cleaning was made like some minor errors as incorrect status returned and the correction of incomplete and/or less efficient validation details. Two routes had their logic fixed, they are: getOneUser and deleteUser, because they were not working as it should, as they were only returning the logged user and not searching for a specific user through his id. Also the api was set temporarily to not reject unauthorized access attempts in order to allow the continuation of its development.

@PatrickOtero PatrickOtero changed the title Cleaning - User controller cleaning Cleaning - Controllers cleaning Sep 7, 2023
@wandersonDeve wandersonDeve merged commit 1ac04cb into SouJunior:main Sep 9, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants