Update middleware and deps
This commit is contained in:
parent
0b5e242ed0
commit
a3d6b786e1
28 changed files with 2246 additions and 2272 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
const handler = (req: NextRequest) => {
|
||||
NextResponse.redirect('/zammad/api/v1' + req.url.substring('/api/v1'.length));
|
||||
};
|
||||
|
||||
export { handler as GET, handler as POST };
|
||||
Loading…
Add table
Add a link
Reference in a new issue