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



##########
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 not the way routes work unless it was changed. If there is a 
single 3.1 route in existence, any handlers for 3.0 will implicitly handle 3.1 
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]


Reply via email to