Skip to content

Commit

Permalink
Merge pull request #516 from cloudflare/aseure/revert-partners-endpoi…
Browse files Browse the repository at this point in the history
…nt-fix

Revert "Fix Cloudflare Partners endpoint"
  • Loading branch information
aseure committed Jul 18, 2023
2 parents cbb0fea + c355111 commit dfb5e83
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.com/plugins/';
const ENDPOINT = 'https://partners.cloudflare/plugins/';

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

0 comments on commit dfb5e83

Please sign in to comment.