mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Added parseDateRangeQuery function.
This commit is contained in:
parent
a0aaeeeb57
commit
09af33c77e
15 changed files with 139 additions and 98 deletions
|
|
@ -73,5 +73,6 @@ export const useAuth = createMiddleware(async (req, res, next) => {
|
|||
}
|
||||
|
||||
(req as any).auth = { user, token, shareToken, authKey };
|
||||
|
||||
next();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue