fix: interface bestanden enkelvoud
This commit is contained in:
		
							parent
							
								
									9c9e7c4870
								
							
						
					
					
						commit
						4968d7cb07
					
				
					 12 changed files with 20 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -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 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue