aboutsummaryrefslogtreecommitdiff
path: root/src/web/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views')
-rw-r--r--src/web/views/views.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/web/views/views.py b/src/web/views/views.py
index e05b07f8..b0e8266b 100644
--- a/src/web/views/views.py
+++ b/src/web/views/views.py
@@ -89,10 +89,3 @@ def about_more():
python_version="{}.{}.{}".format(*sys.version_info[:3]),
nb_users=UserController().read().count())
-
-@current_app.route('/.well-known/acme-challenge/S0n1FW3XDI4_umkKwPT_aQ80xAzeu9aroCd3z7_SFyM')
-def letsencrypt():
- """
- To validate the TLS certificate.
- """
- return 'S0n1FW3XDI4_umkKwPT_aQ80xAzeu9aroCd3z7_SFyM.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU'
bgstack15