From 3996765c8a2f068699cfe614c9a7ac14bfa4ea44 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 13 Mar 2024 18:22:28 +0100 Subject: [PATCH] Simple hook for when the backend is ready --- frontend/src/Apps/ManageCourses.vue | 30 +++++------------------------ frontend/src/rest/Users.js | 12 ++++++++++++ frontend/src/rest/courses.js | 15 +++++++++++++++ 3 files changed, 32 insertions(+), 25 deletions(-) diff --git a/frontend/src/Apps/ManageCourses.vue b/frontend/src/Apps/ManageCourses.vue index 5827e52..e454f1e 100644 --- a/frontend/src/Apps/ManageCourses.vue +++ b/frontend/src/Apps/ManageCourses.vue @@ -1,37 +1,17 @@