fix: interface bestanden enkelvoud
This commit is contained in:
		
							parent
							
								
									9c9e7c4870
								
							
						
					
					
						commit
						4968d7cb07
					
				
					 12 changed files with 20 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
import { Request, Response } from 'express';
 | 
			
		||||
import {getAllClasses, getClass, getClassStudents, getClassStudentsIds} from '../services/class';
 | 
			
		||||
import { ClassDTO } from '../interfaces/classes';
 | 
			
		||||
import { ClassDTO } from '../interfaces/class';
 | 
			
		||||
 | 
			
		||||
export async function getAllClassesHandler(
 | 
			
		||||
    req: Request,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue