Skip to content

Commit

Permalink
Update endpoints in catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljackson92 committed Jun 5, 2024
1 parent e054240 commit 80341b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/static/intake/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sources:
shots:
driver: intake.source.jsonfiles.JSONLinesFileSource
args:
urlpath: "{{CATALOG_DIR}}/../json/stream/shots?"
urlpath: "{{CATALOG_DIR}}/../ndjson/shots"
signals:
driver: intake.source.jsonfiles.JSONLinesFileSource
parameters:
Expand All @@ -17,4 +17,4 @@ sources:
default: ''
type: str
args:
urlpath: "{{CATALOG_DIR}}/../ndjson/signals?{% if shot %}shot_id={{shot}}{% endif %}{% if name != '' %}&name={{name}}{% endif %}"
urlpath: "{{CATALOG_DIR}}/..//ndjson/signals?{% if shot %}shot_id={{shot}}{% endif %}{% if name != '' %}&name={{name}}{% endif %}"

0 comments on commit 80341b6

Please sign in to comment.