mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix swagger response of /studios/:id
This commit is contained in:
parent
2aada33a6a
commit
6cf8947c80
@ -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.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user