add filters for all routes
This commit is contained in:
@@ -6,7 +6,6 @@ def get_all(
|
||||
names: list[str],
|
||||
productors: list[str],
|
||||
types: list[str],
|
||||
|
||||
) -> list[models.ProductPublic]:
|
||||
statement = select(models.Product)
|
||||
if len(names) > 0:
|
||||
|
||||
Reference in New Issue
Block a user