fix: interface bestanden enkelvoud

This commit is contained in:
Gabriellvl 2025-03-08 09:36:03 +01:00
parent 9c9e7c4870
commit 4968d7cb07
12 changed files with 20 additions and 20 deletions

View file

@ -9,8 +9,8 @@ import {
getAllTeachersIds, getStudentsByTeacher, getStudentIdsByTeacher
} from '../services/teachers.js';
import {TeacherDTO} from "../interfaces/teacher";
import {ClassDTO} from "../interfaces/classes";
import {StudentDTO} from "../interfaces/students";
import {ClassDTO} from "../interfaces/class";
import {StudentDTO} from "../interfaces/student";
export async function getTeacherHandler(req: Request, res: Response): Promise<void> {
try {