feat(backend): LearningPathPersonalizingService geïmplementeerd
This commit is contained in:
		
							parent
							
								
									cd0a3a8a7b
								
							
						
					
					
						commit
						a30c4d0d32
					
				
					 5 changed files with 129 additions and 116 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@ function getLearningObjectIdentifierFromRequest(req: Request): LearningObjectIde
 | 
			
		|||
    return {
 | 
			
		||||
        hruid: req.params.hruid as string,
 | 
			
		||||
        language: (req.query.language || getEnvVar(EnvVars.FallbackLanguage)) as Language,
 | 
			
		||||
        version: req.query.version as string
 | 
			
		||||
        version: parseInt(req.query.version as string)
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue