testing phpmyadmin

This commit is contained in:
ishak jmilou.ishak
2024-11-30 15:18:01 +01:00
parent db6fa156c9
commit 62cdf98098

View File

@@ -43,6 +43,10 @@ def move():
def data():
return kobuki_message
@app.route('/phpmyadmin/<path:path>')
def phpmyadmin_passthrough(path):
# Laat Apache deze route direct afhandelen
return "", 404