From 466d19724696024524189ceb3d765e5442ac3a46 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 17 Mar 2018 13:18:37 +0100 Subject: [PATCH] [module.professor] -Removed 'GET professor/stats' --- .../api/module/professor/statsController.php | 29 ------------------- config/modules.json | 11 ------- 2 files changed, 40 deletions(-) delete mode 100644 build/api/module/professor/statsController.php diff --git a/build/api/module/professor/statsController.php b/build/api/module/professor/statsController.php deleted file mode 100644 index 5bdfdd4..0000000 --- a/build/api/module/professor/statsController.php +++ /dev/null @@ -1,29 +0,0 @@ -getWithVH($idProf); - - return ["data" => $VH]; - } - -} \ No newline at end of file diff --git a/config/modules.json b/config/modules.json index f4c8271..21fe028 100644 --- a/config/modules.json +++ b/config/modules.json @@ -184,17 +184,6 @@ } }, - - "stats": { - "GET":{ - "des": "Get statistics of the professor", - "per": [], - "par":{ - "URL0": {"des" : "Id of the professor", "typ": "id", "ren": "idProf", "opt" : false} - } - } - }, - "filter": { "POST": { "des": "Get matching professors (only ids) for a given filter",