We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like a bunch of routes were auto-generated that we could remove. In particular, it would be easy to remove the new and edit actions on controllers like SurveyorsController, which don't get used as this app is API-only. We can also look to https://github.com/codeforboston/urban-league-heat-pump-accelerator/blob/main/frontend/front/src/api/apiSlice.js to see which endpoints are (possibly) being used and which aren't.
new
edit
SurveyorsController
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like a bunch of routes were auto-generated that we could remove. In particular, it would be easy to remove the
new
andedit
actions on controllers likeSurveyorsController
, which don't get used as this app is API-only. We can also look to https://github.com/codeforboston/urban-league-heat-pump-accelerator/blob/main/frontend/front/src/api/apiSlice.js to see which endpoints are (possibly) being used and which aren't.The text was updated successfully, but these errors were encountered: