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

Commit 3b57c8a

Browse files
committed
Fix API URL
1 parent 5195062 commit 3b57c8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shabados",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "JavaScript API wrapper for Khajana REST API",
55
"main": "index.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const buildApiUrl = options => {
3434
lipi = false, // Boolean: Pass true to convert query string (unicode) into gurulipi text.
3535
random = false, // Boolean: Pass true to get random shabad.
3636
randomid = false, // Boolean: Pass true to get random shabad id only.
37-
API_URL = 'https://api.banidb.org/', // String: API_URL to hit. (Prod: api.banidb.com, Dev: devapi.khajana.org).
37+
API_URL = 'https://api.banidb.com/', // String: API_URL to hit. (Prod: api.banidb.com, Dev: devapi.khajana.org).
3838
} = options;
3939

4040
let url = API_URL;

0 commit comments

Comments
 (0)