Skip to content

Commit

Permalink
update api endpoints to plural noun
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Dec 19, 2024
1 parent cf9a9f9 commit 715717a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Remove Kristo, Jiayong, and Olivia and add Kyle as codeowners
- Deploy to new Terraform ECS cluster in production
- Deploy only to the new Terraform ECS clusters
- Update API endpoints to plural nouns

## [0.18.9]

Expand Down
8 changes: 4 additions & 4 deletions config/appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const appConfig = {
production: "http://drb-api-qa.nypl.org",
},
searchPath: "/search",
recordPath: "/work",
editionPath: "/edition",
readPath: "/link",
recordPath: "/works",
editionPath: "/editions",
readPath: "/links",
languagesPath: "/utils/languages",
collectionPath: "/collection",
collectionPath: "/collections",
},
booksCount: {
apiUrl: "/utils/counts",
Expand Down

0 comments on commit 715717a

Please sign in to comment.