forgot the return statement
This commit is contained in:
		| @ -97,5 +97,6 @@ public class CourseController { | ||||
|         toReturn.put("credits",course.getCredits()); | ||||
|         toReturn.put("title", course.getTitle()); | ||||
|         toReturn.put("owner", authServ.userWithoutPassword(course.getOwner())); | ||||
|         return toReturn; | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user