Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[why]
 - the models use TypeORM instead of Bookshelf
  • Loading branch information
chsch911028 committed Oct 2, 2019
1 parent b528912 commit 00f45ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The swagger and the monitor route can be altered in the `.env` file.
| **src/api/errors/** | Custom HttpErrors like 404 NotFound |
| **src/api/interceptors/** | Interceptors are used to change or replace the data returned to the client. |
| **src/api/middlewares/** | Express Middlewares like helmet security features |
| **src/api/models/** | Bookshelf Models |
| **src/api/models/** | TypeORM Models |
| **src/api/repositories/** | Repository / DB layer |
| **src/api/services/** | Service layer |
| **src/api/subscribers/** | Event subscribers |
Expand Down

0 comments on commit 00f45ad

Please sign in to comment.