mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -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(),
|
"accept-language": AcceptLanguage(),
|
||||||
}),
|
}),
|
||||||
response: {
|
response: {
|
||||||
200: { ...Studio, description: "Found" },
|
200: "studio",
|
||||||
404: {
|
404: {
|
||||||
...KError,
|
...KError,
|
||||||
description: "No collection found with the given id or slug.",
|
description: "No collection found with the given id or slug.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user