diff --git a/WebContent/index.jsp b/WebContent/index.jsp index 3a029d4..ace6681 100644 --- a/WebContent/index.jsp +++ b/WebContent/index.jsp @@ -25,6 +25,9 @@ }); } }); + $.get('<%=request.getContextPath()%>/projects', function(data){ + console.log("There are "+data.projects.length+" projects"); + }); }