diff --git a/app_new/__init__.py b/app_new/__init__.py index cf9de43..6405581 100644 --- a/app_new/__init__.py +++ b/app_new/__init__.py @@ -139,7 +139,7 @@ def create_app(config_name='default'): from .prevention import prevention_bp app.register_blueprint(prevention_bp, url_prefix='/prevention') from .works import works_bp - app.register_blueprint(works_bp, url_prefix='/works') + app.register_blueprint(works_bp, url_prefix='/interventions/work') # Blueprints des intégrations from .pronote.routes import pronote_bp