PricePinion / PricePinion-Backend

This repo is the backend for PricePinion.
https://pricepinion-backend.azurewebsites.net/
0 stars 2 forks source link

Fixed duplicate adding product comparison to SFL. #41

Closed maslindc2 closed 4 months ago

maslindc2 commented 4 months ago

When the user attempts to add a product that is already in their SFL array, the backend will respond with 409.

When the user successfully adds a product to their SFL, the backend will respond with 201.