Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Sep 26, 2024
1 parent 597d524 commit 0c9eea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
data = f.read()
data = json.loads(data)

API_ENDPOINT = "http://{0}:8090/update_observations".format(os.getenv('middleware_ip', 'localhost'))
API_ENDPOINT = "http://{0}:8090/update_observations".format(os.getenv('middleware_ip', 'teleicu_middleware'))


# API_ENDPOINT = "http://127.0.0.1:8090/update_observations"
Expand Down

0 comments on commit 0c9eea0

Please sign in to comment.