-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
The tracker has added a prefix to the API endpoints with the version:
So API URLs have changed from (without version):
http://0.0.0.0:1212/api/stats?token=MyAccessToken
To (with version on the path v1):
http://0.0.0.0:1212/api/v1/stats?token=MyAccessToken
We have to add the prefix in the TrackerService.
For the time being, the tracker also keeps the old URLs. Once this issue is finished, we have to open a new issue on the tracker repo to remove the support for API URLs without the version prefix.
mickvandijke
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status