Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 6dd31e2

Browse files
authored
Merge pull request #69 from FlowzPlatform/develop
Develop
2 parents 060ce88 + 052f7b0 commit 6dd31e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/src/services/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var rethinkdb = {
1919
x_api_token: process.env.x_api_token,
2020
pay_url: "http://api." + process.env.domainKey + "/payment/payment",
2121
update_user_url: "http://api." + process.env.domainKey + "/user/updateuserdetails/",
22-
user_detail_url: "http://auth." + process.env.domainKey + "/api/userdetails",
22+
user_detail_url: "http://api." + process.env.domainKey + "/auth/api/userdetails",
2323
};
2424

2525
module.exports = rethinkdb;

0 commit comments

Comments
 (0)