Commit 5f24a20e authored by 1486327116's avatar 1486327116

update

parent d819e3c4
......@@ -183,7 +183,7 @@ export const changeTradingFee = async (symbol,user_id,maker_fee,taker_fee) => {
is_success: true,
err_msg: ""
};
const url = `${webadmin_endpoint}/market_maker/change_trading_fee`
const url = `${webadmin_endpoint}/user/change_trading_fee`
let { data } = await axios.post(url, body);
if (data.state != 0) {
logger.error("addPairToCore", data.msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment