added chekcs for cron job

This commit is contained in:
tracer 2024-05-01 18:41:24 +02:00
parent 4e056f6831
commit 5d2e95ac3d
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "24unix/bindapi",
"description": "manage Bind9 DNS server via REST API",
"version": "1.0.9",
"build_number": "372",
"build_number": "373",
"authors": [
{
"name": "Micha Espey",

View File

@ -247,7 +247,6 @@ class RequestController
security: [
['Authorization' => []]
],
tags: ['Domains'],
parameters: [
new OA\Parameter(name: 'name', in: 'path', required: true, schema: new OA\Schema(type: 'string')),