Skip to content

Commit

Permalink
Merge pull request #7 from wuunder/api-mywuunder-to-v2
Browse files Browse the repository at this point in the history
Update Environment.php
  • Loading branch information
scripting4u committed Apr 22, 2024
2 parents 3062c3f + e7f91af commit 44f097e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wuunder/Api/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

class Environment
{
const STAGING_ENV_BASE_URL = "https://api-staging.wearewuunder.com/api";
const PRODUCTION_ENV_BASE_URL = "https://api.wearewuunder.com/api";
const STAGING_ENV_BASE_URL = "https://api-staging.wearewuunder.com/api/v2";
const PRODUCTION_ENV_BASE_URL = "https://api.wearewuunder.com/api/v2";

private $stageBaseUrl;

Expand Down

0 comments on commit 44f097e

Please sign in to comment.