feat: add employee management, backend health check, and UI improvements
This commit is contained in:
5
web/src/services/system.js
Normal file
5
web/src/services/system.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { apiRequest } from './api.js'
|
||||
|
||||
export function fetchBackendHealth() {
|
||||
return apiRequest('/health')
|
||||
}
|
||||
Reference in New Issue
Block a user