Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

Commit

Permalink
Fix API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bogas04 committed Mar 2, 2018
1 parent 5195062 commit 3b57c8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js

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": "shabados",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "JavaScript API wrapper for Khajana REST API",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const buildApiUrl = options => {
lipi = false, // Boolean: Pass true to convert query string (unicode) into gurulipi text.
random = false, // Boolean: Pass true to get random shabad.
randomid = false, // Boolean: Pass true to get random shabad id only.
API_URL = 'https://api.banidb.org/', // String: API_URL to hit. (Prod: api.banidb.com, Dev: devapi.khajana.org).
API_URL = 'https://api.banidb.com/', // String: API_URL to hit. (Prod: api.banidb.com, Dev: devapi.khajana.org).
} = options;

let url = API_URL;
Expand Down

0 comments on commit 3b57c8a

Please sign in to comment.