Skip to content

Commit

Permalink
Change service URLs to new /api/* subpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-k committed Nov 29, 2023
1 parent 5a3dafb commit fe5fa45
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 fe5fa45

Please sign in to comment.