Remove service endpoints and migrate to dedicated service API

- Delete app/service module (moved to eamco_service)
- Update delivery views to remove service-related imports
- Clean up delivery_data views
- Part of microservices architecture refactoring
This commit is contained in:
2026-02-01 19:03:37 -05:00
parent eb4740c553
commit 43a14eba2c
5 changed files with 13 additions and 451 deletions

View File

@@ -113,7 +113,7 @@ def office_finalize_delivery(delivery_id):
gallons_delivered = request.json["gallons_delivered"]
check_number = request.json["check_number"]
fill_location = request.json["fill_location"]
fill_location = request.json.get("fill_location")
# update driver