mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
As pointed out in the PR, Pagination isn't a Handler
This commit is contained in:
@@ -606,7 +606,7 @@ class HealthCheckHandler(BaseHandler):
|
|||||||
self.finish()
|
self.finish()
|
||||||
|
|
||||||
|
|
||||||
class Pagination(BaseHandler):
|
class Pagination():
|
||||||
|
|
||||||
_page_name = 'page'
|
_page_name = 'page'
|
||||||
_per_page_name = 'per_page'
|
_per_page_name = 'per_page'
|
||||||
|
Reference in New Issue
Block a user