Skip to content

Commit d8f4856

Browse files
authored
accessing API version should not count as activity (#1315)
1 parent bc17114 commit d8f4856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter_server/base/handlers.py

+2
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,8 @@ def validate_absolute_path(self, root, absolute_path):
10161016
class APIVersionHandler(APIHandler):
10171017
"""An API handler for the server version."""
10181018

1019+
_track_activity = False
1020+
10191021
def get(self):
10201022
"""Get the server version info."""
10211023
# not authenticated, so give as few info as possible

0 commit comments

Comments
 (0)