mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-08 07:15:15 -04:00
Create post /videos route
This commit is contained in:
+10
-1
@@ -58,7 +58,16 @@ const app = new Elysia()
|
||||
description: "Kyoo's demo server",
|
||||
},
|
||||
],
|
||||
tags: [{ name: "movies", description: "Routes about movies" }],
|
||||
tags: [
|
||||
{ name: "movies", description: "Routes about movies" },
|
||||
{
|
||||
name: "videos",
|
||||
description: comment`
|
||||
Used by the scanner internally to list & create videos.
|
||||
Can be used for administration or third party apps.
|
||||
`,
|
||||
},
|
||||
],
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user