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:
parent
0f8fd9a3e8
commit
57151ec777
@ -103,6 +103,7 @@ async function deleteModel(req: Request, res: Response): Promise<Response> {
|
|||||||
|
|
||||||
//TODO get all vehicles of an model by slug
|
//TODO get all vehicles of an model by slug
|
||||||
|
|
||||||
|
//TODO get model with vehicle available.
|
||||||
|
|
||||||
const ModelController = {
|
const ModelController = {
|
||||||
create: createModel,
|
create: createModel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user