mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Only serve explicit routes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user