Browse Source

Get a list of existing projects

feature/jQueryMainPage
LO Kam Tao Leo 4 years ago
parent
commit
47e6d5e28a
  1. 3
      WebContent/index.jsp

3
WebContent/index.jsp

@ -25,6 +25,9 @@
});
}
});
$.get('<%=request.getContextPath()%>/projects', function(data){
console.log("There are "+data.projects.length+" projects");
});
}
</script>
</head>

Loading…
Cancel
Save