Create Zone
This commit is contained in:
parent
7ff8fcdd6d
commit
0581087db0
@ -25,7 +25,7 @@ class PagesController extends Controller
|
|||||||
$zone_primary_ip = $createzone_req->primaryip;
|
$zone_primary_ip = $createzone_req->primaryip;
|
||||||
$headers = [
|
$headers = [
|
||||||
'Accept: application/json',
|
'Accept: application/json',
|
||||||
'X-API-Key: '. 'b$L0S3BHhOFp!VXDJ*PB*5M2DAh!mO5s',
|
'X-API-Key: '. 'JgTtTq6EFVeo7X71wOVCYQk3rOie2G1k',
|
||||||
];
|
];
|
||||||
dd($headers);
|
dd($headers);
|
||||||
$client = new Client(); //GuzzleHttp\Client
|
$client = new Client(); //GuzzleHttp\Client
|
||||||
|
Loading…
Reference in New Issue
Block a user