mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
Implement multi tenancy
This commit is contained in:
6
www/app/[domain]/page.tsx
Normal file
6
www/app/[domain]/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
"use client";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function Index() {
|
||||
redirect("/transcripts/new");
|
||||
}
|
||||
Reference in New Issue
Block a user