Skip to content

Commit

Permalink
Update base URL for Flare
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored Oct 8, 2021
1 parent e7e46f4 commit f802836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IgnitionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ protected function registerFlare()
return new Client(
config('flare.key'),
config('flare.secret'),
config('flare.base_url', 'https://flareapp.io/api')
config('flare.base_url', 'https://reporting.flareapp.io/api')
);
});

Expand Down

0 comments on commit f802836

Please sign in to comment.