Skip to content

Commit 37786d3

Browse files
committed
added qa to list of reserved subdomains
1 parent aa2577b commit 37786d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/sim/app/api/chat/subdomains/validate

apps/sim/app/api/chat/subdomains/validate/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export async function GET(request: Request) {
4444
'help',
4545
'support',
4646
'admin',
47+
'qa',
4748
]
4849
if (reservedSubdomains.includes(subdomain)) {
4950
return NextResponse.json(

0 commit comments

Comments
 (0)