From 8e40638b5e85e439f207a3cc2a676ecb9c8829d7 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 6 Mar 2024 23:10:29 +0100 Subject: [PATCH] adding the right dependencies --- frontend/src/rest/cursus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/rest/cursus.js b/frontend/src/rest/cursus.js index c4cd98a..5aad5be 100644 --- a/frontend/src/rest/cursus.js +++ b/frontend/src/rest/cursus.js @@ -2,7 +2,7 @@ * cursus API */ -import { restGet, restPost } from './restConsumer.js' +import { restGet, restPostn, restDelete, restPatch } from './restConsumer.js' /** * Create a new cursus (bundle of courses)