mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-08 10:23:38 +02:00
delete record from cf
This commit is contained in:
@@ -971,10 +971,11 @@ app.controller('addModifyDNSRecordsCloudFlare', function ($scope, $http) {
|
||||
|
||||
var selectedZone = $scope.selectedZone;
|
||||
|
||||
url = "/dns/deleteDNSRecord";
|
||||
url = "/dns/deleteDNSRecordCloudFlare";
|
||||
|
||||
var data = {
|
||||
id: id,
|
||||
selectedZone: selectedZone,
|
||||
id: id
|
||||
};
|
||||
|
||||
var config = {
|
||||
|
||||
Reference in New Issue
Block a user