There were a handful of routes where we did not validate the initial ID parameters. Additionally, I standardized how object querying was done within the main.views file.
Tests and Linting
[x] This branch is up-to-date with the develop branch.
[x] pytest passes on my local development environment.
[x] pre-commit passes on my local development environment.
Description of Changes
There were a handful of routes where we did not validate the initial ID parameters. Additionally, I standardized how object querying was done within the
main.views
file.Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.