From 51802d7c8127ced25c0873c6959395f83a3407e6 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 13 Mar 2025 09:44:01 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?utf8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D1=83=20=D0=BF=D1=83?= =?utf8?q?=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 79ffe173..ff0dba08 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -65,6 +65,10 @@ class DataController extends BaseController "/var/www/erp24/api2/json"; // "/var/www/www-root/data/www/api.bazacvetov24.ru/data/json"; + public function actionGetPath() + { + return $this->asJson(self::OUT_DIR); + } public function actionRequest() { @@ -182,6 +186,7 @@ class DataController extends BaseController $mess['create_orders'] = $newOrdersArray; } + // $mess['delete_employee'] = [ // ['id' => '06202309-2808-0427-d4c9-100030128795'], // ['id' => '06202309-2855-0215-4f5d-100043236389'] -- 2.39.5