fixed change path for BindApi class

This commit is contained in:
tracer 2024-04-19 16:19:17 +02:00
parent e4f5a4a07e
commit 730ae25d63
3 changed files with 3 additions and 2 deletions

2
TODO
View File

@ -1,3 +1,3 @@
versions, get from weekly
check keytype of panel/bindApi
more UNIT tests

View File

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

View File

@ -2,6 +2,7 @@
namespace App\Controller;
use App\Service\BindAPI;
use Exception;
error_reporting(error_level: E_ALL);