Skip to content

Commit

Permalink
Create endpoints for demix, metadata, and variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Mar 21, 2024
1 parent 45d7022 commit e522d20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config_web/wastewater_demix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Elasticsearch variables
# *****************************************************************************
ES_INDEX = "outbreak-wastewater-demix"
API_PREFIX = "wastewater-demix"
API_PREFIX = "wastewater_demix"
ES_DOC_TYPE = "wastewater_demix"
API_VERSION = ""

Expand Down
2 changes: 1 addition & 1 deletion config_web/wastewater_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Elasticsearch variables
# *****************************************************************************
ES_INDEX = "outbreak-wastewater-metadata"
API_PREFIX = "wastewater-metadata"
API_PREFIX = "wastewater_metadata"
ES_DOC_TYPE = "wastewater_metadata"
API_VERSION = ""

Expand Down
2 changes: 1 addition & 1 deletion config_web/wastewater_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Elasticsearch variables
# *****************************************************************************
ES_INDEX = "outbreak-wastewater-variants"
API_PREFIX = "wastewater-variants"
API_PREFIX = "wastewater_variants"
ES_DOC_TYPE = "wastewater_variants"
API_VERSION = ""

Expand Down

0 comments on commit e522d20

Please sign in to comment.