From 62cdf98098ad5ae4a632567fb7da8beee0532e70 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Sat, 30 Nov 2024 15:18:01 +0100 Subject: [PATCH] testing phpmyadmin --- src/Python/flask/web/app.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Python/flask/web/app.py b/src/Python/flask/web/app.py index 60ddd63..e979435 100644 --- a/src/Python/flask/web/app.py +++ b/src/Python/flask/web/app.py @@ -43,6 +43,10 @@ def move(): def data(): return kobuki_message +@app.route('/phpmyadmin/') +def phpmyadmin_passthrough(path): + # Laat Apache deze route direct afhandelen + return "", 404