Renamed methods. Initial work on realtime dashboard.
This commit is contained in:
@@ -38,7 +38,7 @@ export default function MetricsTable({
|
||||
} = usePageQuery();
|
||||
|
||||
const { data, loading, error } = useFetch(
|
||||
`/api/website/${websiteId}/rankings`,
|
||||
`/api/website/${websiteId}/metrics`,
|
||||
{
|
||||
type,
|
||||
start_at: +startDate,
|
||||
|
||||
Reference in New Issue
Block a user