@@ -31,4 +31,5 @@ public class AppController extends ControllerSupport {
Sort sort = new Sort(Sort.Direction.ASC, "id");
return appRepo.findAll(sort);
}
+