# Conflicts:
#	pages/api/account/index.js
This commit is contained in:
Mike Cao
2022-10-03 17:17:53 -07:00
31 changed files with 178 additions and 149 deletions

View File

@@ -19,7 +19,7 @@ export default function MetricsBar({ websiteId, className }) {
} = usePageQuery();
const { data, error, loading } = useFetch(
`/website/${websiteId}/stats`,
`/websites/${websiteId}/stats`,
{
params: {
start_at: +startDate,