-1
I’m passing a json to my view and I need to play inside the full Legends Vents, but I don’t know how to access this json through my URL
in my localhost the view path that gets json is this
"http://condofacil.com.br/dashboard/reservaArea"
$(function() {
$('#calendar').fullCalendar({
events: 'http://condofacil.com.br/dashboard/reservaArea',
});
});