fix: consistente naamgeving kebab case
This commit is contained in:
parent
3b71c80be6
commit
b8db32161f
11 changed files with 21 additions and 21 deletions
|
@ -2,7 +2,7 @@ import express from 'express';
|
|||
import {
|
||||
getAllLearningObjects,
|
||||
getLearningObject,
|
||||
} from '../controllers/learningObjects.js';
|
||||
} from '../controllers/learning-objects.js';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue