zrhoffman commented on a change in pull request #5071:
URL: https://github.com/apache/trafficcontrol/pull/5071#discussion_r502686547
##########
File path: traffic_portal/app/src/scripts/config.js
##########
@@ -23,6 +23,6 @@
angular.module('config', [])
-.constant('ENV', { api: { root:'/api/3.0/', legacy: '/api/1.5/' } })
+.constant('ENV', { api: { root:'/api/3.0/', legacy: '/api/1.5/', stable:
'/api/2.0' } })
Review comment:
This needs a trailing slash, otherwise it will send you to routes like
https://trafficportal.infra.ciab.test/api/2.0deliveryservice_requests
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]