diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 21:37:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-13 21:37:19 +0100 |
| commit | a2f1969b2c7c185e04e19c22a83245ad22f8df0c (patch) | |
| tree | 8acf5ccffb752e3751aa66342adb5d56556f0be2 /scraper/client/actions.js | |
| parent | 21d179c762d87e0790206fe59b08ffd49bb4a53b (diff) | |
paper address test...
Diffstat (limited to 'scraper/client/actions.js')
| -rw-r--r-- | scraper/client/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/actions.js b/scraper/client/actions.js index 78c9143a..2723deed 100644 --- a/scraper/client/actions.js +++ b/scraper/client/actions.js @@ -28,5 +28,5 @@ export const getAddress = sha256 => dispatch => { } export const postAddress = data => dispatch => { - api(dispatch, post, 'address', '/api/address', data) + api(dispatch, post, 'address', '/api/address/add', data) } |
