Display page views and unique visitors.

This commit is contained in:
Mike Cao 2020-07-28 19:04:45 -07:00
parent bdcdcd9d13
commit ce92c7897d
16 changed files with 162 additions and 44 deletions

View file

@ -8,5 +8,5 @@ export default async (req, res) => {
const websites = await getWebsites(user_id);
res.status(200).json({ websites });
return res.status(200).json({ websites });
};