Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix/production-run-…
Browse files Browse the repository at this point in the history
…qty-unit-may-be-null
  • Loading branch information
daniel-k committed Nov 30, 2023
2 parents 5a3dafb + 3330d58 commit 5e163f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enlyze/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
ENLYZE_BASE_URL = "https://app.enlyze.com"

#: URL sub-path where the Timeseries API is deployed on the ENLYZE platform.
TIMESERIES_API_SUB_PATH = "timeseries-service/v1/"
TIMESERIES_API_SUB_PATH = "api/timeseries/v1/"

#: URL sub-path where the Production Runs API is deployed on the ENLYZE platform.
PRODUCTION_RUNS_API_SUB_PATH = "production-runs/v1/"
PRODUCTION_RUNS_API_SUB_PATH = "api/production-runs/v1/"

#: HTTP timeout for requests to the Timeseries API.
#:
Expand Down

0 comments on commit 5e163f6

Please sign in to comment.