diff --git a/config/modules.json b/config/modules.json index 3d6a035..f6b6e74 100644 --- a/config/modules.json +++ b/config/modules.json @@ -216,10 +216,10 @@ "category": { "GET": { - "des" : "Get all data about a professor category", + "des" : "Get all data about a given category | all", "per": [], "par": { - "URL0":{"des" : "Id of the category", "typ": "id", "ren": "idCat", "opt" : true} + "URL0": { "des": "Id of the category", "typ": "id", "ren": "cat_id", "opt": true } } } } diff --git a/webpack/component/teacher/view.vue b/webpack/component/teacher/view.vue index f4976cd..11c7916 100644 --- a/webpack/component/teacher/view.vue +++ b/webpack/component/teacher/view.vue @@ -6,17 +6,11 @@