feat: set fetchEpisodes as operation id

Summary:

Test Plan:
This commit is contained in:
2024-05-29 08:23:33 -04:00
parent b661b59078
commit d19f76689c
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ const EpisodesResponseSchema = SuccessResponseSchema(EpisodesResponse);
const route = createRoute({
tags: ["aniplay", "episodes"],
summary: "Fetch episodes for a title",
operationId: "fetchEpisodes",
method: "get",
path: "/{aniListId}",
request: {

View File

@@ -1,5 +1,6 @@
name = "aniplay-api"
compatibility_date = "2023-12-01"
node_compat = true
# [vars]
# MY_VAR = "my-variable"