| ... | @@ -174,7 +174,7 @@ sub perform_json_action { |
... | @@ -174,7 +174,7 @@ sub perform_json_action { |
|
|
# Build the URL
|
|
# Build the URL
|
|
|
my $url = Mojo::URL->new();
|
|
my $url = Mojo::URL->new();
|
|
|
$url->scheme('http');
|
|
$url->scheme('http');
|
|
|
$url->host('beta.rest.ensembl.org');
|
|
$url->host('rest.ensembl.org');
|
|
|
$url->path($endpoint);
|
|
$url->path($endpoint);
|
|
|
$url->query($parameters);
|
|
$url->query($parameters);
|
|
|
my $url_string = $url->to_string();
|
|
my $url_string = $url->to_string();
|
| ... | | ... | |