mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -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',
|
'help',
|
||||||
'support',
|
'support',
|
||||||
'admin',
|
'admin',
|
||||||
|
'qa',
|
||||||
]
|
]
|
||||||
if (reservedSubdomains.includes(subdomain)) {
|
if (reservedSubdomains.includes(subdomain)) {
|
||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
|
|||||||
Reference in New Issue
Block a user