feat(F-163): completed feature

This commit is contained in:
chattie
2026-08-22 18:33:24 +02:00
parent 08af6caf50
commit 5d90dd32de
19 changed files with 403 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
import { NextResponse } from 'next/server';
import type { NextRequest } from 'next/server';
const PUBLIC_PATHS = ['/login', '/api/auth'];
const PUBLIC_PATHS = ['/login', '/api/auth', '/api/backoffice/auth'];
export function proxy(request: NextRequest) {
const { pathname } = request.nextUrl;