mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
broken
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var statusText = $.ajax({
|
||||
type : "GET",
|
||||
url : 'api/system/status',
|
||||
async: false,
|
||||
url : '/api/system/status',
|
||||
async: false
|
||||
}).responseText;
|
||||
|
||||
window.ServerStatus = JSON.parse(statusText);
|
||||
|
Reference in New Issue
Block a user