fix: Address SonarQube code smells (#5416)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
This commit is contained in:
Peter Pesti-Varga
2025-04-21 11:30:45 +02:00
committed by GitHub
parent 302c6a90c0
commit 8ddbdc0e1e
14 changed files with 206 additions and 756 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ const nextConfig = {
},
{
// matching all API routes
source: "/api/v1/client/:path*",
source: "/api/(v1|v2)/client/:path*",
headers: [
{ key: "Access-Control-Allow-Credentials", value: "true" },
{ key: "Access-Control-Allow-Origin", value: "*" },