Merge branch 'dev' into chore/docker

This commit is contained in:
Tibo De Peuter 2025-03-13 21:11:28 +01:00
commit 441bf990e7
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
149 changed files with 5420 additions and 780 deletions

View file

@ -2,8 +2,8 @@ import express, { Express, Response } from 'express';
import { initORM } from './orm.js';
import themeRoutes from './routes/themes.js';
import learningPathRoutes from './routes/learningPaths.js';
import learningObjectRoutes from './routes/learningObjects.js';
import learningPathRoutes from './routes/learning-paths.js';
import learningObjectRoutes from './routes/learning-objects.js';
import studentRouter from './routes/student.js';
import groupRouter from './routes/group.js';