Add GET /series (using the same logic as /movies)

This commit is contained in:
Zoe Roux
2025-03-02 18:09:25 +01:00
parent 24f44de7c0
commit cc221c560d
4 changed files with 196 additions and 108 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export const Movie = t.Intersect([
Resource(),
MovieTranslation,
BaseMovie,
t.Object({ isAvailable: t.Boolean() }),
// t.Object({ isAvailable: t.Boolean() }),
]);
export type Movie = Prettify<typeof Movie.static>;