From 674409d9482f121f89ed44e7cd078a9b8a7256b6 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 6 Mar 2024 23:11:00 +0100 Subject: [PATCH] adding the right dependencies --- frontend/src/rest/courses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/rest/courses.js b/frontend/src/rest/courses.js index 0d21eaf..0b98284 100644 --- a/frontend/src/rest/courses.js +++ b/frontend/src/rest/courses.js @@ -2,7 +2,7 @@ * Courses API */ -import { restGet, restPost } from './restConsumer.js' +import { restGet, restPost, restDelete, restPatch } from './restConsumer.js' /** * Create a new course