mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
Allow head requests for the health endpoint
This commit is contained in:
@@ -658,6 +658,9 @@ class HealthCheckHandler(BaseHandler):
|
||||
def get(self, *args):
|
||||
self.finish()
|
||||
|
||||
def head(self, *args):
|
||||
self.finish()
|
||||
|
||||
|
||||
default_handlers = [
|
||||
(r'/', RootHandler),
|
||||
|
Reference in New Issue
Block a user