Update server.py

This commit is contained in:
jnolti 2021-12-17 02:07:36 +01:00 committed by GitHub
parent f349a2686c
commit 72bbba2c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,8 @@ def upstream(path):
return my_stations_landing()
if 'loginXML.asp' in path:
return landing()
if 'LoginXML.asp' in path:
return landing()
logging.error("Unhandled upstream query (/setupapp/%s)", path)
abort(404)