mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +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):
|
def get(self, *args):
|
||||||
self.finish()
|
self.finish()
|
||||||
|
|
||||||
|
def head(self, *args):
|
||||||
|
self.finish()
|
||||||
|
|
||||||
|
|
||||||
default_handlers = [
|
default_handlers = [
|
||||||
(r'/', RootHandler),
|
(r'/', RootHandler),
|
||||||
|
Reference in New Issue
Block a user