This commit is contained in:
2025-12-31 09:19:54 +00:00
parent 10a0c5e9b0
commit b602966bd9
2 changed files with 2 additions and 5 deletions

View File

@@ -820,11 +820,8 @@ function graphique_sinistre() {
</div>
`);
console.log("racineWeb:", $("#racineWeb").val());
console.log("URL appelée:", $("#racineWeb").val() + "Ajaxgraphiquesinistres/?api=1");
$.ajax({
url: $("#racineWeb").val() + "Ajaxgraphiquesinistres/?api=1",
url: $("#racineWeb").val() + "Ajaxgraphiquesinistres/api/",
type: 'get',
dataType: 'json',
success: function(data) {