mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 18:45:36 +01:00
Added different methods to get user websites and teams.
This commit is contained in:
parent
5189486d6f
commit
f4aa8f9661
5 changed files with 58 additions and 12 deletions
|
|
@ -16,7 +16,6 @@ export default async (
|
|||
) => {
|
||||
await useCors(req, res);
|
||||
await useAuth(req, res);
|
||||
|
||||
const { user } = req.auth;
|
||||
const { id: userId } = req.query;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue