From f643efb220d2f28c8e15755ba4d6bc45ad0bf846 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 24 Jul 2025 12:07:31 -0300 Subject: [PATCH] One last tweak --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index bc89a37..4729802 100644 --- a/app.py +++ b/app.py @@ -157,7 +157,7 @@ def index(): @app.route('/ping') def ping(): - return "Mail Autoconfig Service is running." + return "✅ Mail Autoconfig Service is running." @app.route('/mail/config-v1.1.xml') def thunderbird_config():