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.
/api/alive
1 parent fb0829d commit 1c8f735Copy full SHA for 1c8f735
src/fractal_feature_explorer/api/__init__.py
src/fractal_feature_explorer/api/_alive.py
src/fractal_feature_explorer/main.py
@@ -3,7 +3,6 @@
3
import ngio
4
from fractal_feature_explorer.config import get_config
5
from pathlib import Path
6
-from fractal_feature_explorer.api import setup_api_handler, AliveHandler
7
8
9
def main():
@@ -71,8 +70,6 @@ def main():
71
70
72
pg = st.navigation(pages)
73
74
- setup_api_handler('/api/alive', AliveHandler)
75
-
76
pg.run()
77
78
0 commit comments