mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Pull only necessary data for map v2 points
This commit is contained in:
parent
672c308f67
commit
2debcd88fa
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ export class ApiClient {
|
|||
start_at,
|
||||
end_at,
|
||||
page: page.toString(),
|
||||
per_page: per_page.toString()
|
||||
per_page: per_page.toString(),
|
||||
slim: 'true'
|
||||
})
|
||||
|
||||
const response = await fetch(`${this.baseURL}/points?${params}`, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue