Skip to content

Commit

Permalink
Feature/get podcasts (#24)
Browse files Browse the repository at this point in the history
* Added new get-podcasts endpoint

* Fix typo

* Remove deprecated database

---------

Co-authored-by: Jon Breen <[email protected]>
  • Loading branch information
cultpodcasts and cultpodcasts committed May 15, 2024
1 parent 67ff35f commit cb0afbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type Env = {
Content: R2Bucket;
Data: R2Bucket;
Analytics: AnalyticsEngineDataset;
DB: D1Database;
apiDB: D1Database;
apikey: string;
apihost: string;
Expand Down
1 change: 0 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ r2_buckets = [
]

d1_databases= [
{binding="DB", database_name = "submissions", database_id = "6d00eb71-b420-47f7-9e74-96d53bcb943a"},
{binding = "apiDB", database_name = "cultpodcasts-api", database_id = "17d94e5b-3bd9-4cec-95b7-cf418fe8c870"}
]

Expand Down

0 comments on commit cb0afbc

Please sign in to comment.