()
| 211 | |
| 212 | // Get system status |
| 213 | export async function getStatus() { |
| 214 | const res = await api.get('/api/status') |
| 215 | return res.data?.data as Record<string, unknown> |
| 216 | } |
| 217 | |
| 218 | // Get system notice |
| 219 | export async function getNotice(): Promise<{ |
no outgoing calls
no test coverage detected