Skip to content

Commit

Permalink
feat(afhsb): remove afhsb endpoint from server
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Jun 23, 2023
1 parent 7a8ee39 commit 9ce6635
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 149 deletions.
4 changes: 0 additions & 4 deletions src/server/endpoints/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from . import (
afhsb,
cdc,
covid_hosp_facility_lookup,
covid_hosp_facility,
Expand All @@ -19,7 +18,6 @@
ght,
ilinet,
kcdc_ili,
meta_afhsb,
meta_norostat,
meta,
nidss_dengue,
Expand All @@ -36,7 +34,6 @@
)

endpoints = [
afhsb,
cdc,
covid_hosp_facility_lookup,
covid_hosp_facility,
Expand All @@ -56,7 +53,6 @@
ght,
ilinet,
kcdc_ili,
meta_afhsb,
meta_norostat,
meta,
nidss_dengue,
Expand Down
114 changes: 0 additions & 114 deletions src/server/endpoints/afhsb.py

This file was deleted.

31 changes: 0 additions & 31 deletions src/server/endpoints/meta_afhsb.py

This file was deleted.

0 comments on commit 9ce6635

Please sign in to comment.