mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
broken
This commit is contained in:
+2
-2
@@ -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