We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aec2898 + c9abbf4 commit 2826455Copy full SHA for 2826455
apps/trust/src/middleware.ts
@@ -1,9 +1,7 @@
1
import { NextRequest, NextResponse } from "next/server";
2
3
const DOMAIN_TO_ORG_ID_MAP = {
4
- "security.trycomp.ai": "org_681e8e3282ad3e9eb78bc58c",
5
- "trust.trycomp.ai": null,
6
- "dad6-145-40-151-14.ngrok-free.app": "org_681e8e3282ad3e9eb78bc58c",
+ "security.trycomp.ai": "org_67f599d90e7a812d007c0c6b",
7
};
8
9
export async function middleware(request: NextRequest) {
0 commit comments