We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882578c commit 1daa3cdCopy full SHA for 1daa3cd
.gitignore
@@ -9,3 +9,4 @@ node_modules
9
public_html
10
build
11
dist
12
+private
src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php
@@ -19,7 +19,7 @@ class JetRails_Cloudflare_Model_Adminhtml_Api_Request
19
* This class constant defines the API endpoint to Cloudflare's API. It
20
* is used as a base to append to and modify the endpoint.
21
*/
22
- const CLOUDFLARE_API_ENDPOINT = "https://api.cloudflare.com/client/v4/";
+ const CLOUDFLARE_API_ENDPOINT = "https://api.cloudflare.com/client/v4";
23
24
/**
25
* These class constants define which kind of request must be created.
0 commit comments