Skip to content

Commit 1daa3cd

Browse files
author
Rafael Grigorian
committed
Fixed #103
1 parent 882578c commit 1daa3cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ node_modules
99
public_html
1010
build
1111
dist
12+
private

src/app/code/community/JetRails/Cloudflare/Model/Adminhtml/Api/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class JetRails_Cloudflare_Model_Adminhtml_Api_Request
1919
* This class constant defines the API endpoint to Cloudflare's API. It
2020
* is used as a base to append to and modify the endpoint.
2121
*/
22-
const CLOUDFLARE_API_ENDPOINT = "https://api.cloudflare.com/client/v4/";
22+
const CLOUDFLARE_API_ENDPOINT = "https://api.cloudflare.com/client/v4";
2323

2424
/**
2525
* These class constants define which kind of request must be created.

0 commit comments

Comments
 (0)