upd: menerapkan log pada semua aksi
This commit is contained in:
@@ -34,4 +34,5 @@ export const API_URLS = {
|
||||
getBugs: (page: number, search: string, app: string, status: string) =>
|
||||
`/api/bugs?page=${page}&search=${encodeURIComponent(search)}&app=${app}&status=${status}`,
|
||||
createBug: () => `/api/bugs`,
|
||||
createLog: () => `/api/logs`,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user