Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed Oct 9, 2023
1 parent 4b0f052 commit 475a5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/chatgpt-plugin/openapi.json/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export async function onRequestGet(context) {
paths: {
// ...new SearchPodcastsDef().openApiPathSpec(),
// ...new SearchEpisodesDef().openApiPathSpec(),
...new BestPodcastsDef().openApiPathSpec(),
// ...new BestPodcastsDef().openApiPathSpec(),
...new JustListenDef().openApiPathSpec(),
// ...new GetGenresDef().openApiPathSpec(),
...new GetGenresDef().openApiPathSpec(),
// ...new GetLanguagesDef().openApiPathSpec(),
// ...new GetRegionsDef().openApiPathSpec(),
// ...new GetEpisodeDef().openApiPathSpec(),
Expand Down

0 comments on commit 475a5c5

Please sign in to comment.