view route updates

This commit is contained in:
2025-05-26 16:00:05 +05:30
parent b51e36ebad
commit ffef6fe644
5 changed files with 35 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
import { string, z } from "zod";
import { z } from "zod";
import mongoose from "mongoose";
import { buildJsonSchemas } from "fastify-zod";
import { pageMetadata, pageQueryParams } from "../pagination";