Skip to content

Commit

Permalink
accessing API version should not count as activity
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 15, 2023
1 parent bc17114 commit e52b3fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_server/base/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,8 @@ def validate_absolute_path(self, root, absolute_path):
class APIVersionHandler(APIHandler):
"""An API handler for the server version."""

_track_activity = False

def get(self):
"""Get the server version info."""
# not authenticated, so give as few info as possible
Expand Down

0 comments on commit e52b3fc

Please sign in to comment.