diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 61634e18a..4f5813c86 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -156,9 +156,9 @@ export function initAxiosInterceptors(props) { let newopens = md5(opens + timestamp) config.url = `${proxy}${url}`; if (config.url.indexOf('?') == -1) { - config.url = `${config.url}?randomcode=${timestamp}&client_key=${newopens}`; + config.url = `${config.url}?debug=${debugType}&randomcode=${timestamp}&client_key=${newopens}`; } else { - config.url = `${config.url}&&randomcode=${timestamp}&client_key=${newopens}`; + config.url = `${config.url}debug=${debugType}&randomcode=${timestamp}&client_key=${newopens}`; } } else { railsgettimes(`/api/main/first_stamp.json`);