fix: consistente naamgeving kebab case

This commit is contained in:
Gabriellvl 2025-03-07 20:04:46 +01:00
parent 3b71c80be6
commit b8db32161f
11 changed files with 21 additions and 21 deletions

View file

@ -2,7 +2,7 @@ import express from 'express';
import {
getAllLearningObjects,
getLearningObject,
} from '../controllers/learningObjects.js';
} from '../controllers/learning-objects.js';
const router = express.Router();

View file

@ -1,5 +1,5 @@
import express from 'express';
import { getLearningPaths } from '../controllers/learningPaths.js';
import { getLearningPaths } from '../controllers/learning-paths.js';
const router = express.Router();