Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
taugk committed Dec 14, 2023
1 parent 82b668b commit c598306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/postsRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ router.get("/recommendation/rawIngredients", async (req, res) => {

//Post Routes
router.post(
"/food",
"/posts/food",
ImgUpload.uploadToGcs,
ImgUpload.handleUpload,
async (req, res) => {
Expand Down

0 comments on commit c598306

Please sign in to comment.