fix: format

This commit is contained in:
Gabriellvl 2025-03-01 18:42:45 +01:00
parent 5da0720a08
commit 887787de05
8 changed files with 107 additions and 41 deletions

View file

@ -8,7 +8,7 @@ const router = express.Router();
// Arg: hruid learningPath
// Query: language
// Route to fetch list of learning objects based on hruid of learning path
// example: http://localhost:3000/learningObject/un_artificiele_intelligentie
// Example: http://localhost:3000/learningObject/un_artificiele_intelligentie
router.get('/:hruid', getAllLearningObjects);
export default router;