From: Guillaume Pellerin Date: Wed, 24 Jan 2024 10:23:53 +0000 (+0100) Subject: fix json url path X-Git-Tag: 2.8.1-pro~21 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8c97bfaaa5b0ea84a6e7072f9d4b7d55c88f8ce3;p=teleforma.git fix json url path --- diff --git a/teleforma/static/teleforma/js/application.js b/teleforma/static/teleforma/js/application.js index c48b729f..6d5f0ec3 100644 --- a/teleforma/static/teleforma/js/application.js +++ b/teleforma/static/teleforma/js/application.js @@ -288,7 +288,7 @@ var json = function(param,method,onSuccessFcn,onErrorFcn){ var $J = jQuery; $J.ajax({ type: "POST", - url: 'json/', + url: '/json/', contentType: "application/json", data: data2send, dataType: "json",