ocket8888 commented on a change in pull request #5345:
URL: https://github.com/apache/trafficcontrol/pull/5345#discussion_r540449681



##########
File path: traffic_portal/app/src/common/api/DeliveryServiceService.js
##########
@@ -20,7 +20,7 @@
 var DeliveryServiceService = function($http, locationUtils, messageModel, ENV) 
{
 
     this.getDeliveryServices = function(queryParams) {
-        return $http.get(ENV.api['root'] + 'deliveryservices', {params: 
queryParams}).then(
+        return $http.get(ENV.api['deliveryServices'] + 'deliveryservices', 
{params: queryParams}).then(

Review comment:
       That's a possibility, but it will mean needing to add routes to 
`routes.go` for 3.1 for all API routes.




----------------------------------------------------------------
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]


Reply via email to