Skip to content

Commit

Permalink
Merge pull request #514 from aseure/fix-cloudflare-partners-endpoint
Browse files Browse the repository at this point in the history
Fix Cloudflare Partners endpoint
  • Loading branch information
aseure authored Jul 18, 2023
2 parents 34852c0 + fdeece6 commit 57d4234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Plugin extends Client
{
const PLUGIN_API_NAME = 'PLUGIN API';
const ENDPOINT = 'https://partners.cloudflare/plugins/';
const ENDPOINT = 'https://partners.cloudflare.com/plugins/';

//plugin/:id/settings/:human_readable_id setting names
const SETTING_DEFAULT_SETTINGS = 'default_settings';
Expand Down

0 comments on commit 57d4234

Please sign in to comment.