mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
added qa to list of reserved subdomains
This commit is contained in:
@@ -44,6 +44,7 @@ export async function GET(request: Request) {
|
||||
'help',
|
||||
'support',
|
||||
'admin',
|
||||
'qa',
|
||||
]
|
||||
if (reservedSubdomains.includes(subdomain)) {
|
||||
return NextResponse.json(
|
||||
|
||||
Reference in New Issue
Block a user