in progress: associate ingredients to recipe on save

This commit is contained in:
Mikayla Dobson
2023-02-19 12:04:46 -06:00
parent 47360518ce
commit 63d0049450
8 changed files with 116 additions and 15 deletions

View File

@@ -51,4 +51,6 @@ export const ingredientRoute = (app: Express) => {
next(e);
}
})
return router;
}