mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
Renamed methods. Initial work on realtime dashboard.
This commit is contained in:
parent
b4ea70a67c
commit
e64a555652
16 changed files with 246 additions and 86 deletions
|
|
@ -19,7 +19,7 @@ export default function MetricsBar({ websiteId, token, className }) {
|
|||
} = usePageQuery();
|
||||
|
||||
const { data, error, loading } = useFetch(
|
||||
`/api/website/${websiteId}/metrics`,
|
||||
`/api/website/${websiteId}/stats`,
|
||||
{
|
||||
start_at: +startDate,
|
||||
end_at: +endDate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue