adding the right dependencies
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m56s
Build and test backend / Test-backend (pull_request) Successful in 1m55s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 20s

This commit is contained in:
Debucquoy Anthony 2024-03-06 23:11:00 +01:00
parent c1e3c6f657
commit 674409d948
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -2,7 +2,7 @@
* Courses API * Courses API
*/ */
import { restGet, restPost } from './restConsumer.js' import { restGet, restPost, restDelete, restPatch } from './restConsumer.js'
/** /**
* Create a new course * Create a new course