rimashah25 commented on a change in pull request #5017:
URL: https://github.com/apache/trafficcontrol/pull/5017#discussion_r490407923



##########
File path: traffic_ops/v3-client/deliveryservice_regexes.go
##########
@@ -16,14 +16,18 @@
 package client
 
 import (
+       "encoding/json"
        "fmt"
+       "net"
+       "net/http"
 
        "github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 const (
        // See: 
https://traffic-control-cdn.readthedocs.io/en/latest/api/v3/deliveryservices_id_regexes.html
-       API_DS_REGEXES = apiBase + "/deliveryservices/%v/regexes"
+       API_DS_REGEXES      = apiBase + "/deliveryservices/%v/regexes"
+       API_DS_POST_REGEXES = apiBase + "/deliveryservices/%v/regexes"

Review comment:
       Nope, the second constant originally had a PUT path.. but then I changed 
it to POST and overlooked the existing constant. I have removed it.




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