Only serve explicit routes

This commit is contained in:
GeorgianaElena
2020-08-11 12:23:50 +03:00
parent 56f9db5130
commit 69a6f89518
2 changed files with 13 additions and 4 deletions

View File

@@ -509,6 +509,7 @@ def main():
# Remove the pid file and the temporary html page
os.remove('/loading.pid')
os.remove('/index.html')
os.remove('/favicon.ico')
except:
pass