We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c70d2 commit 63222f4Copy full SHA for 63222f4
1 file changed
front/js/common.js
@@ -1591,7 +1591,7 @@ function restartBackend() {
1591
method: "POST",
1592
url: "/logs/add-to-execution-queue",
1593
headers: {
1594
- "Authorization": "Bearer " + getApiToken(),
+ "Authorization": "Bearer " + getSetting("API_TOKEN"),
1595
"Content-Type": "application/json"
1596
},
1597
data: JSON.stringify({ action: `${getGuid()}|cron_restart_backend` }),
0 commit comments