We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ac6b9 + 00f45ad commit da5a9b1Copy full SHA for da5a9b1
README.md
@@ -207,7 +207,7 @@ The swagger and the monitor route can be altered in the `.env` file.
207
| **src/api/errors/** | Custom HttpErrors like 404 NotFound |
208
| **src/api/interceptors/** | Interceptors are used to change or replace the data returned to the client. |
209
| **src/api/middlewares/** | Express Middlewares like helmet security features |
210
-| **src/api/models/** | Bookshelf Models |
+| **src/api/models/** | TypeORM Models |
211
| **src/api/repositories/** | Repository / DB layer |
212
| **src/api/services/** | Service layer |
213
| **src/api/subscribers/** | Event subscribers |
0 commit comments