introducing prod-test environment
This commit is contained in:
@@ -47,7 +47,7 @@ class ExerciseTypeController ( private val exerciseTypeRepository: ExerciseTypeR
|
||||
@GetMapping("exercise_type/active")
|
||||
fun getActiveExerciseType(): List<ExerciseType> {
|
||||
val list: List<ExerciseType> = exerciseTypeRepository.getActiveExerciseTypes()
|
||||
logger.info("-- Get Active Exercise Types with Images and Translation -- ")
|
||||
logger.info("-- Get Active Exercise Types with Images and Translation -- $list")
|
||||
return list
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user