Skip to content

Commit

Permalink
move 'api' to the endpoint strings (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter authored Oct 25, 2024
1 parent 17820d6 commit cd1d813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/API/APIRequestWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
class APIRequestWrapper
{
/** @var string */
private const UFC_ENDPOINT = '/flag-config/v1/config';
private const BANDIT_ENDPOINT = '/flag-config/v1/bandits';
private const CONFIG_BASE = 'https://fscdn.eppo.cloud/api';
private const UFC_ENDPOINT = '/api/flag-config/v1/config';
private const BANDIT_ENDPOINT = '/api/flag-config/v1/bandits';
private const CONFIG_BASE = 'https://fscdn.eppo.cloud';

private string $baseUrl;

Expand Down

0 comments on commit cd1d813

Please sign in to comment.