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 8a9f92b commit 951c5aeCopy full SHA for 951c5ae
.gitignore
@@ -9,3 +9,4 @@ node_modules
9
build
10
dist
11
public_html
12
+private
src/app/code/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php
@@ -22,7 +22,7 @@ class Request {
22
* This class constant defines the API endpoint to Cloudflare's API. It
23
* is used as a base to append to and modify the endpoint.
24
*/
25
- const CLOUDFLARE_API_ENDPOINT = "https://api.cloudflare.com/client/v4/";
+ const CLOUDFLARE_API_ENDPOINT = "https://api.cloudflare.com/client/v4";
26
27
/**
28
* These class constants define which kind of request must be created.
0 commit comments