Skip to content

Commit

Permalink
Merge pull request #3 from City-of-Helsinki/UHF-9051
Browse files Browse the repository at this point in the history
UHF-9051: Use tpr.hel.fi domain
  • Loading branch information
tuutti authored Oct 9, 2023
2 parents e5ab4e7 + 1aa3c21 commit b1699dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/ServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

final class ServiceClient
{
public const BASE_URI = 'https://www.hel.fi/palvelukarttaws/rest/vpalvelurekisteri/';
public const BASE_URI = 'https://tpr.hel.fi/palvelukarttaws/rest/vpalvelurekisteri/';

public function __construct(private ClientInterface $httpClient)
{
Expand Down

0 comments on commit b1699dd

Please sign in to comment.