Skip to content

Commit 1c8f735

Browse files
committed
Drop /api/alive endpoint
1 parent fb0829d commit 1c8f735

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

src/fractal_feature_explorer/api/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/fractal_feature_explorer/api/_alive.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/fractal_feature_explorer/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import ngio
44
from fractal_feature_explorer.config import get_config
55
from pathlib import Path
6-
from fractal_feature_explorer.api import setup_api_handler, AliveHandler
76

87

98
def main():
@@ -71,8 +70,6 @@ def main():
7170

7271
pg = st.navigation(pages)
7372

74-
setup_api_handler('/api/alive', AliveHandler)
75-
7673
pg.run()
7774

7875

0 commit comments

Comments
 (0)