distributions list by quota

This commit is contained in:
2025-07-27 08:20:52 +03:30
parent b425caf22f
commit ab55027184
2 changed files with 21 additions and 29 deletions

View File

@@ -28,3 +28,4 @@ class POSDeviceMiddleware:
""" validate request headers from pos device """
data = {key: request.headers.get(key) for key in self.REQUIRED_HEADERS}