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:
@@ -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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user