Routes should be in separate files pertaining to the specific functionality they provide. For instance, forum routes should all be placed in a forums.js file, payments should all be in a payments.js file etc. and they should be included in the main app.
Routes should be in separate files pertaining to the specific functionality they provide. For instance, forum routes should all be placed in a forums.js file, payments should all be in a payments.js file etc. and they should be included in the main app.