fix: redirect v2 beta url

This commit is contained in:
David Nguyen
2025-11-04 11:55:07 +11:00
parent bbf1dd3c6b
commit c89ca83f44
17 changed files with 31 additions and 23 deletions

View File

@ -20,7 +20,7 @@ export const createEnvelopeItemsRoute = authenticatedProcedure
path: '/envelope/item/create-many',
summary: 'Create envelope items',
description: 'Create multiple envelope items for an envelope',
tags: ['Envelope Item'],
tags: ['Envelope Items'],
},
})
.input(ZCreateEnvelopeItemsRequestSchema)