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

Commit 8e81f16

Browse files
committed
auth api url update
1 parent 7c3030f commit 8e81f16

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)