aboutsummaryrefslogtreecommitdiff
path: root/backend/src/handlers/rating.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/handlers/rating.rs')
-rw-r--r--backend/src/handlers/rating.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/backend/src/handlers/rating.rs b/backend/src/handlers/rating.rs
index dfbeb3e..3b8265e 100644
--- a/backend/src/handlers/rating.rs
+++ b/backend/src/handlers/rating.rs
@@ -82,10 +82,3 @@ pub async fn remove_rating(
82 .body("Need to be logged in to add to cart!"); 82 .body("Need to be logged in to add to cart!");
83 } 83 }
84} 84}
85
86// pub async fn get_product_reviews(
87// product: web::Json<GetProductReviews>,
88// pool: web::Data<TPool>,
89// ) -> impl Responder {
90// unimplemented!()
91// }