mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
wip
This commit is contained in:
7
apps/remix/app/routes/api+/limits.tsx
Normal file
7
apps/remix/app/routes/api+/limits.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { limitsHandler } from '@documenso/ee/server-only/limits/handler';
|
||||
|
||||
import type { Route } from './+types/limits';
|
||||
|
||||
export async function loader({ request }: Route.LoaderArgs) {
|
||||
return limitsHandler(request);
|
||||
}
|
||||
Reference in New Issue
Block a user