Fix swagger response of /studios/:id

This commit is contained in:
Zoe Roux 2025-03-03 12:09:50 +01:00
parent 2aada33a6a
commit 6cf8947c80
No known key found for this signature in database

View File

@ -107,7 +107,7 @@ export const studiosH = new Elysia({ prefix: "/studios", tags: ["studios"] })
"accept-language": AcceptLanguage(),
}),
response: {
200: { ...Studio, description: "Found" },
200: "studio",
404: {
...KError,
description: "No collection found with the given id or slug.",