Skip to content

Commit

Permalink
Update ionbeam url
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Apr 10, 2024
1 parent 240d653 commit fa940f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/common/datasource/ionbeam.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, config):
assert self.type == "ionbeam"

self.match_rules = config.get("match", {})
endpoint = config.get("api_endpoint", "http://iotdev-001:18201/api")
endpoint = config.get("api_endpoint", "http://iotdev-001:18201/api/v1/")
self.api = IonBeamAPI(endpoint)

def mime_type(self) -> str:
Expand Down

0 comments on commit fa940f9

Please sign in to comment.