Added parseDateRangeQuery function.
This commit is contained in:
@@ -73,5 +73,6 @@ export const useAuth = createMiddleware(async (req, res, next) => {
|
||||
}
|
||||
|
||||
(req as any).auth = { user, token, shareToken, authKey };
|
||||
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user