feat: get documents api route with pagination

This commit is contained in:
Catalin Pit
2023-11-22 15:44:49 +02:00
parent 24d9906557
commit 4a6b3edc05
4 changed files with 58 additions and 6 deletions

View File

@ -0,0 +1,3 @@
import { createNextRoute, createNextRouter } from '@ts-rest/next';
export { createNextRoute, createNextRouter };