mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-23 19:06:32 +02:00
add scan listener and query invalidation on tag editor save
This commit is contained in:
@@ -206,6 +206,14 @@ export const contract = c.router({
|
||||
400: jfType._response.error,
|
||||
},
|
||||
},
|
||||
getScheduledTasks: {
|
||||
method: 'GET',
|
||||
path: 'ScheduledTasks',
|
||||
responses: {
|
||||
200: jfType._response.scheduledTasks,
|
||||
400: jfType._response.error,
|
||||
},
|
||||
},
|
||||
getServerInfo: {
|
||||
method: 'GET',
|
||||
path: 'system/info',
|
||||
|
||||
Reference in New Issue
Block a user