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

Added GET request validation to the endpoint /users #1096

Merged

Conversation

PavloButynets
Copy link
Contributor

I analyzed all the places where the request to this endpoint is executed and determined that the request is executed only by the admin, so I just moved the line with this route after the line with the existing validation or the request executed by the admin

Before:
image

After:
image

@PavloButynets PavloButynets merged commit 9e37d00 into develop Jan 2, 2025
4 checks passed
@PavloButynets PavloButynets deleted the bugfix/1082/validation-for-the-endpoint-/users branch January 2, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(SP: 1) Add GET request validation to the endpoint /users
4 participants