fix(api): update paths in Swagger documentation to include '/api' prefix
This commit is contained in:
parent
eef17c5360
commit
5e9f8b59a4
5 changed files with 44 additions and 11 deletions
|
@ -113,7 +113,6 @@ export const createEventSchema = zod
|
|||
// ----------------------------------------
|
||||
export const updateEventSchema = zod
|
||||
.object({
|
||||
id: eventIdSchema,
|
||||
title: eventTitleSchema.optional(),
|
||||
description: eventDescriptionSchema.optional(),
|
||||
start_time: eventStartTimeSchema.optional(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue