aboutsummaryrefslogtreecommitdiff
path: root/backend/src/handlers/rating.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-27 07:09:17 +0000
committerAkshay <[email protected]>2020-12-27 07:09:17 +0000
commitaddbf7d1a3ceb8d3164fc7745daed0affde78804 (patch)
tree015be90007e4caa8fea0588f2cca9454d1bbbd15 /backend/src/handlers/rating.rs
parentcf314e2d96ce3f5e7cebaca6f33fa8ba373ccb2b (diff)
finishing touches to transaction api
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// }