From e1b7ff9c1622b3e37998a74d5f75302fb29db8cd Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 4 Jan 2026 16:54:26 +0100 Subject: [PATCH] Urgh --- api-customer/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-customer/app.py b/api-customer/app.py index a1b245a9..557d9bba 100644 --- a/api-customer/app.py +++ b/api-customer/app.py @@ -50,4 +50,4 @@ if __name__ == '__main__': auth_controller.set_on_login(handle_login) - app.run(host="0.0.0.0", port=5000, debug=True, use_reloader=False) + app.run(host="0.0.0.0", port=5000, debug=True, use_reloader=False, ssl_context=("./certs/cert.pem", "./certs/key.pem"))