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

@@ -243,9 +243,6 @@ app.register_blueprint(promo_blueprint, url_prefix='/promo')
from .social import social as social_blueprint
app.register_blueprint(social_blueprint, url_prefix='/social')
from .service import service as service_blueprint
app.register_blueprint(service_blueprint, url_prefix='/service')
def check_db_connection():
"""