Skip to content
This repository was archived by the owner on Apr 14, 2018. It is now read-only.

Commit 5fa8a3e

Browse files
committed
update endpoint
1 parent d32cffe commit 5fa8a3e

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

bin/shieldfy-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ AddShieldfy ()
148148

149149
cat > shieldfy.json << EOF
150150
{
151-
"endpoint" :"https://endpoint.shieldfy.io",
151+
"endpoint" :"https://api.shieldfy.io/v1",
152152
"app_key" :"$key",
153153
"app_secret" :"$secret",
154154
"debug" : false,

shieldfy.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Guard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Guard
3030
* @var Collectors
3131
* @var Session
3232
*/
33-
public $endpoint = 'https://api.shieldfy.io';
33+
public $endpoint = 'https://api.shieldfy.io/v1';
3434
public $version = '3.0.0';
3535
public $config = null;
3636
public $dispatcher = null;

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"endpoint" :"https://endpoint.shieldfy.io",
2+
"endpoint" :"https://api.shieldfy.io/v1",
33
"app_key" :"",
44
"app_secret" :"",
55
"debug" : false,

0 commit comments

Comments
 (0)