-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Your server.js file requires the handler.js file which deals with the routes and logic of the server.
It may be cleared to separate the handler file into a routes file (which contains logic to handle endpoints), and have that require separate handlers. Currently this is not too much of an issue currently as the application has few endpoints, but having a single handler file in the future could be confusing to navigate through
Metadata
Metadata
Assignees
Labels
No labels