mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 19:55:41 -04:00
feat: add new query param silent
This commit is contained in:
@@ -345,7 +345,8 @@
|
||||
url: 'api/health',
|
||||
type: 'GET',
|
||||
data: {
|
||||
query: 'healthcheck'
|
||||
query: 'healthcheck',
|
||||
silent: false
|
||||
},
|
||||
beforeSend: function( data )
|
||||
{
|
||||
@@ -403,7 +404,8 @@
|
||||
url: 'api/health',
|
||||
type: 'GET',
|
||||
data: {
|
||||
query: 'uptime'
|
||||
query: 'uptime',
|
||||
silent: true
|
||||
},
|
||||
success: function( data )
|
||||
{
|
||||
@@ -449,7 +451,8 @@
|
||||
url: 'api/restart',
|
||||
type: 'GET',
|
||||
data: {
|
||||
query: 'sync'
|
||||
query: 'sync',
|
||||
silent: false
|
||||
},
|
||||
beforeSend: function( data )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user