Commit 0fa59015c3beef7feb62a393468f06d59ef0f06c
1 parent
3950ebfdf1
Exists in
master
fix buy to sds
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
lib/actions/buy-to-sds.js
... | ... | @@ -6,8 +6,8 @@ const axios = require('axios').default; |
6 | 6 | const config = require('../config'); |
7 | 7 | |
8 | 8 | const client = axios.create({ |
9 | - baseURL: config.sds_ss.url, | |
10 | - timeout: config.sds_ss.request_timeout_ms, | |
9 | + baseURL: config.sds.url, | |
10 | + timeout: config.sds.request_timeout_ms, | |
11 | 11 | }); |
12 | 12 | |
13 | 13 | /** |