We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3030f commit 8e81f16Copy full SHA for 8e81f16
1 file changed
service/src/services/config.js
@@ -19,7 +19,7 @@ var rethinkdb = {
19
x_api_token: process.env.x_api_token,
20
pay_url: "http://api." + process.env.domainKey + "/payment/payment",
21
update_user_url: "http://api." + process.env.domainKey + "/user/updateuserdetails/",
22
- user_detail_url: "http://auth." + process.env.domainKey + "/api/userdetails",
+ user_detail_url: "http://api." + process.env.domainKey + "/auth/api/userdetails",
23
};
24
25
module.exports = rethinkdb;
0 commit comments