Skip to content

Commit

Permalink
Merge pull request #8 from digitalist-se/Correct-prod-url
Browse files Browse the repository at this point in the history
Set correct prod url
  • Loading branch information
jorgeuos authored Feb 26, 2021
2 parents eba517c + d3dacba commit d567799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDGClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SDGClient {
protected $statisticsInformationClient;
protected $httpClient;

public static $prodUrl = 'https://collect.youreurope.ec.europa.eu/v1/';
public static $prodUrl = 'https://collect.youreurope.europa.eu/v1/';
public static $testUrl = 'https://collect.sdgacceptance.eu/v1/';

function __construct(string $apiKey, bool $prod = false) {
Expand Down

0 comments on commit d567799

Please sign in to comment.