Skip to content

Commit

Permalink
Merge pull request #278 from KhalisFoundation/dev
Browse files Browse the repository at this point in the history
Production release v2.10.3
  • Loading branch information
mandeepryaz committed Jul 22, 2023
2 parents f37c56f + ca3c4b9 commit 6c61bb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ route.get('/health', limiter.rate250, healthcheck.db);
// Shabad Routes
route.get('/search/:query', limiter.rate250, shabads.search);

route.get('/search-results/:VerseID', limiter.rate250, shabads.resultsInfo);
route.get('/search-results/:VerseIds', limiter.rate250, shabads.resultsInfo);

route.get('/shabads/:ShabadID', limiter.rate100, shabads.shabads);

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "banidb-api",
"version": "2.10.2",
"version": "2.10.3",
"description": "BaniDB API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6c61bb9

Please sign in to comment.