Update middleware and deps
This commit is contained in:
parent
0b5e242ed0
commit
a3d6b786e1
28 changed files with 2246 additions and 2272 deletions
|
|
@ -53,7 +53,7 @@ export default withAuth(
|
|||
url,
|
||||
} = req;
|
||||
|
||||
const noAuthPaths = ["/login", "/zammad/api/v1"];
|
||||
const noAuthPaths = ["/login", "/api/v1"];
|
||||
const parsedURL = new URL(url);
|
||||
const path = parsedURL.pathname;
|
||||
console.log({ p: parsedURL.pathname });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue