sahat / hackathon-starter

A boilerplate for Node.js web applications
MIT License
34.88k stars 8.18k forks source link

Put all routes in an api folder #1114

Closed fadelkaadan closed 4 years ago

fadelkaadan commented 4 years ago

Currently all routes are in the app.js. A better approach would be to separate the routes in different files inside of an api folder.

YasharF commented 4 years ago

This has been discussed previously. The current implementation is by design.