Create Zone

This commit is contained in:
Russ Long 2018-03-30 09:52:57 -04:00
parent 54a1eb617e
commit 0aabec572b

View File

@ -23,7 +23,7 @@ class PagesController extends Controller
$zone_name = $createzone_req->zonename;
$zone_ttl = $createzone_req->zonettl;
$zone_primary_ip = $createzone_req->primaryip;
$headers => [
$headers = [
'Authorization' => 'X-API-Key: '. 'b$L0S3BHhOFp!VXDJ*PB*5M2DAh!mO5s'
];
$client = new Client(); //GuzzleHttp\Client