diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 05:41:14 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 05:41:14 +0100 |
| commit | ca5c852c5091d7923cc5b1dabf1af5581c459fd1 (patch) | |
| tree | 105a78beb6ca6074d49e1c0cdc066883518d7ea1 /crates/rocie-server/src/api/get | |
| parent | chore(LICENSES/GPL-3.0-or-later): Add (diff) | |
| download | server-ca5c852c5091d7923cc5b1dabf1af5581c459fd1.zip | |
chore(rocie-{server,client}): Format code
Diffstat (limited to '')
| -rw-r--r-- | crates/rocie-server/src/api/get/auth/product.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/rocie-server/src/api/get/auth/product.rs b/crates/rocie-server/src/api/get/auth/product.rs index 85047b5..fcf49a8 100644 --- a/crates/rocie-server/src/api/get/auth/product.rs +++ b/crates/rocie-server/src/api/get/auth/product.rs @@ -12,11 +12,13 @@ use actix_identity::Identity; use actix_web::{HttpRequest, HttpResponse, Responder, Result, get, web}; use crate::{ - api::get::auth::UrlEncodedString, app::App, storage::sql::{ + api::get::auth::UrlEncodedString, + app::App, + storage::sql::{ product::{Product, ProductId, ProductIdStub}, product_amount::ProductAmount, product_parent::{ProductParent, ProductParentId, ProductParentIdStub}, - } + }, }; /// Get Product by id |
