refactor(backend): Changed folder structure for learning content services.
This commit is contained in:
		
							parent
							
								
									18ee991ce3
								
							
						
					
					
						commit
						cc6947dd3c
					
				
					 8 changed files with 13 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
import { Request, Response } from 'express';
 | 
			
		||||
import { FALLBACK_LANG } from '../config.js';
 | 
			
		||||
import {FilteredLearningObject, LearningObjectIdentifier, LearningPathIdentifier} from '../interfaces/learning-content';
 | 
			
		||||
import learningObjectService from "../services/learning-content/learning-object-service";
 | 
			
		||||
import learningObjectService from "../services/learning-objects/learning-object-service";
 | 
			
		||||
import {EnvVars, getEnvVar} from "../util/envvars";
 | 
			
		||||
import {Language} from "../entities/content/language";
 | 
			
		||||
import {BadRequestException} from "../exceptions";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue