Skip to content

Commit 951c5ae

Browse files
author
Rafael Grigorian
committed
Fixed #17
1 parent 8a9f92b commit 951c5ae

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

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

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

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

2727
/**
2828
* These class constants define which kind of request must be created.

0 commit comments

Comments
 (0)