Implement multi tenancy

This commit is contained in:
Sara
2023-10-27 11:26:00 +02:00
committed by Mathieu Virbel
parent 6bd5247bab
commit 4a69bffc9c
37 changed files with 409 additions and 236 deletions

View File

@@ -1,6 +0,0 @@
"use client";
import { redirect } from "next/navigation";
export default function Index() {
redirect("/transcripts/new");
}