add some basic framework for the featurereport
This commit is contained in:
5
htdocs/features.js
Normal file
5
htdocs/features.js
Normal file
@ -0,0 +1,5 @@
|
||||
$(function(){
|
||||
$.ajax('/api/features').done(function(data){
|
||||
$('body').html(JSON.stringify(data));
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user