feat(controllers): add new TODO in model.controller

- The code update adds a new `TODO` comment in the `model.controller.ts` file.
- The new `TODO` is about getting a model with available vehicles.

Issue: #28
Signed-off-by: Mathis <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-29 09:51:59 +02:00
parent 0f8fd9a3e8
commit 57151ec777
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -103,6 +103,7 @@ async function deleteModel(req: Request, res: Response): Promise<Response> {
//TODO get all vehicles of an model by slug
//TODO get model with vehicle available.
const ModelController = {
create: createModel,