fix(api): update paths in Swagger documentation to include '/api' prefix
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m54s
docker-build / docker (pull_request) Successful in 6m5s

This commit is contained in:
Dominik 2025-06-19 20:29:04 +02:00
parent eef17c5360
commit 5e9f8b59a4
Signed by: dominik
GPG key ID: 06A4003FC5049644
5 changed files with 44 additions and 11 deletions

View file

@ -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(),