Update server.py
This commit is contained in:
parent
f349a2686c
commit
72bbba2c5e
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue