upd: connected api monitoring

Deskripsi:
- list log semua desa

No Issues
This commit is contained in:
2026-04-09 14:35:56 +08:00
parent 91ad56348f
commit 3a91bb5b17
3 changed files with 221 additions and 88 deletions

View File

@@ -11,4 +11,6 @@ export const API_URLS = {
`${API_BASE_URL}/api/monitoring/graph-log-villages?id=${id}&time=${time}`,
getUsers: (page: number, search: string) =>
`${API_BASE_URL}/api/monitoring/user?page=${page}&search=${encodeURIComponent(search)}`,
getLogsAllVillages: (page: number, search: string) =>
`${API_BASE_URL}/api/monitoring/log-all-villages?page=${page}&search=${encodeURIComponent(search)}`,
}