standardize route locations #74
Labels
No labels
backend
beginner friendly
bug
chore
documentation
enhancement
frontend
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
size/XS
stage/backlog
stage/done
stage/in progress
stage/ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/housing#74
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
right now routes are scattered across different locations:
/meroutes are defined inapps/backend/src/index.ts/preferencesroutes are defined inapps/backend/src/preferences/routes.ts/healthroutes are defined inapps/backend/src/routes/health.tsI think it makes sense to make a file for each in the
routesfolder, and leaveindex.tsfor just other app startup/initialization stuff. I'm not sure what the convention is though :)Help & Resources