The tracker has added a prefix to the API endpoints with the version:
torrust/torrust-tracker#239
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.
The tracker has added a prefix to the API endpoints with the version:
torrust/torrust-tracker#239
So API URLs have changed from (without version):
http://0.0.0.0:1212/api/stats?token=MyAccessTokenTo (with version on the path
v1):http://0.0.0.0:1212/api/v1/stats?token=MyAccessTokenWe 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.