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",