dev
Víctor Zamanillo 2020-09-05 18:27:02 +02:00
parent 5f7e6eadae
commit 557bae93da
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const (
)
var urlWithPortRgx = regexp.MustCompile(`{{BaseURL}}:(\d+)`)
var urlWithPathRgx = regexp.MustCompile(`{{BaseURL}}.*\/`)
var urlWithPathRgx = regexp.MustCompile(`{{BaseURL}}.*/`)
// BulkHTTPRequest contains a request to be made from a template
type BulkHTTPRequest struct {