chore: remove legacy document update route (#1751)

Remove deprecated route
This commit is contained in:
David Nguyen
2025-04-17 16:36:10 +10:00
committed by GitHub
parent 278cd8a9de
commit 435b3ca4f8
2 changed files with 1 additions and 49 deletions

View File

@ -6,7 +6,7 @@ import { isTokenExpired } from '@documenso/lib/utils/token-verification';
import { prisma } from '@documenso/prisma';
import { Button } from '@documenso/ui/primitives/button';
import type { Route } from './+types/team.verify.transfer.token';
import type { Route } from './+types/team.verify.transfer.$token';
export async function loader({ params }: Route.LoaderArgs) {
const { token } = params;