Skip to content

Commit 624662b

Browse files
committed
Removes the endpoint for staging environment.
1 parent 2af0d21 commit 624662b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const API_DOMAIN = (() => {
2-
return process.env.NODE_ENV === 'staging' ? 'https://api.kkbox-staging.com/v1.1/' : 'https://api.kkbox.com/v1.1/'
2+
return 'https://api.kkbox.com/v1.1/'
33
})()
44
/**
55
* @ignore

0 commit comments

Comments
 (0)