We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660914f commit fa6e0b9Copy full SHA for fa6e0b9
tiatoolbox/visualization/tileserver.py
@@ -734,7 +734,8 @@ def sessions(self: TileServer) -> Response:
734
session_paths[key] = str(slide.info.as_dict().get("file_path", ""))
735
return jsonify(session_paths)
736
737
- def healthcheck(self: TileServer) -> Response:
+ @staticmethod
738
+ def healthcheck() -> Response:
739
"""Simple health check endpoint to verify the server is running.
740
741
Useful for load balancers or uptime monitoring tools to check
0 commit comments