From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- html/app/controllers/api/Doc_api.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 html/app/controllers/api/Doc_api.php (limited to 'html/app/controllers/api/Doc_api.php') diff --git a/html/app/controllers/api/Doc_api.php b/html/app/controllers/api/Doc_api.php deleted file mode 100644 index e893552..0000000 --- a/html/app/controllers/api/Doc_api.php +++ /dev/null @@ -1,34 +0,0 @@ - true, 'result' => $tree ]); - die(); - } - - - public static function dbDoc() - { - $j = new Jorge(); - reply_json([ - 'success' => true, - 'result' => $j->databaseDocumentation() - ]); - die(); - - } -} \ No newline at end of file -- cgit v1.2.3