mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Responsive styles for session page.
This commit is contained in:
parent
b3e6e52473
commit
10f65cae68
7 changed files with 18 additions and 14 deletions
|
|
@ -33,7 +33,7 @@ export default async (
|
|||
return unauthorized(res);
|
||||
}
|
||||
|
||||
const data = await getWebsiteSession(websiteId, sessionId);
|
||||
const data = await getWebsiteSession(sessionId);
|
||||
|
||||
return ok(res, data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue