Create Zone

This commit is contained in:
Russ Long 2018-03-30 11:40:59 -04:00
parent 7ff8fcdd6d
commit 0581087db0

View File

@ -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