mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
Tested list endpoints
This commit is contained in:
parent
afe3d0659c
commit
bbc06245fa
4 changed files with 25 additions and 33 deletions
|
@ -8,7 +8,7 @@ import createHttpError from 'http-errors';
|
|||
import { sql, eq } from 'drizzle-orm';
|
||||
|
||||
const listTargetsParamsSchema = z.object({
|
||||
resourceId: z.string().optional(),
|
||||
resourceId: z.string().optional()
|
||||
});
|
||||
|
||||
const listTargetsSchema = z.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue