diff options
Diffstat (limited to 'dichroism/src/handlers.rs')
-rw-r--r-- | dichroism/src/handlers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dichroism/src/handlers.rs b/dichroism/src/handlers.rs index 0480abf..5d678f5 100644 --- a/dichroism/src/handlers.rs +++ b/dichroism/src/handlers.rs @@ -79,6 +79,7 @@ async fn post_product( post: web::Json<ProductPost>, ) -> Result<HttpResponse, Error> { let post = post.into_inner(); + dbg!(&post); // create new photo_set let data_uri = post.photo_data; |