This commit is contained in:
Tom Moor
2022-04-07 17:00:25 -07:00
parent 6aa680a41d
commit 902cef8100

View File

@@ -37,7 +37,7 @@ server
├── commands - We are gradually moving to the command pattern for new write logic
├── config - Database configuration
├── emails - Transactional email templates
│ └── components - Shared React components for email templates
│ └── templates - Classes that define each possible email template
├── middlewares - Koa middlewares
├── migrations - Database migrations
├── models - Sequelize models