mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
patch blind index route
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user