feat(webapp): add MinIO health check in settings
This commit is contained in:
@@ -76,6 +76,7 @@ export const api = {
|
||||
finalizeRecording: (id, payload) => request(`/recordings/${id}/finalize`, { method: 'POST', body: JSON.stringify(payload) })
|
||||
},
|
||||
ops: {
|
||||
getReadiness: () => request('/ops/ready'),
|
||||
listRecordings: () => request('/recordings/me/list'),
|
||||
getRecordingDownloadUrl: (recordingId) => request(`/recordings/${recordingId}/download-url`),
|
||||
listNotifications: () => request('/push-notifications/me')
|
||||
|
||||
Reference in New Issue
Block a user