mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Tested list endpoints
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user