From f37744cdac407898a6f473c3180c753963d079d9 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 4 Jan 2026 13:51:35 +0100 Subject: [PATCH] oops (x2) --- api-customer/src/controllers/telemetryController.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api-customer/src/controllers/telemetryController.py b/api-customer/src/controllers/telemetryController.py index dfe63bba..416d6625 100644 --- a/api-customer/src/controllers/telemetryController.py +++ b/api-customer/src/controllers/telemetryController.py @@ -12,6 +12,7 @@ class TelemetryController: def __init__(self, app, database_service : MongoService): self._register_routes(app) + self._database_service = database_service def _register_routes(self, app): app.add_url_rule("/telemetry/history/sound", view_func=self.sound, methods=['GET'])