patch blind index route

This commit is contained in:
Maidul Islam
2024-01-27 17:03:16 -05:00
parent 1a375ec45b
commit a191f437e9

View File

@@ -59,7 +59,7 @@ export const registerSecretBlindIndexRouter = async (server: FastifyZodProvider)
});
server.route({
url: "/:projectId/secrets/name",
url: "/:projectId/secrets/names",
method: "POST",
schema: {
params: z.object({