Refactor entire app structure

This commit is contained in:
Kevin Thomas
2021-07-21 17:20:44 -07:00
parent 5f120e12bc
commit 3572d69cba
16 changed files with 3176 additions and 2042 deletions

View File

@@ -38,4 +38,3 @@ app.use('/myaccount', myaccountRouter);
app.use('/users', usersRouter);
module.exports = app;