diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-23 17:24:46 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-06 12:33:52 +0300 |
| commit | 9afe276a7598536cf174a4b672691acf6b7dce60 (patch) | |
| tree | ac3c6cb79b458d4a1ebf34bc0b679cf64fdef4d8 /src/client | |
| parent | 79db3a33ad1fd5e91eeb9e9a8f06be11c5886e61 (diff) | |
REST api: moving /load endpoints to /api/rzdoc/fetch
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/rz_api_backend.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/rz_api_backend.js b/src/client/rz_api_backend.js index 899a4173..d5db9852 100644 --- a/src/client/rz_api_backend.js +++ b/src/client/rz_api_backend.js @@ -160,7 +160,7 @@ define(['util', 'model/core'], function(util, model_core) { data : JSON.stringify(req_data), }; - return ajax_rs('/load/node-set-by-id', req_opts, on_success, + return ajax_rs('/api/rzdoc/fetch/node-set-by-id', req_opts, on_success, on_error); } @@ -178,7 +178,7 @@ define(['util', 'model/core'], function(util, model_core) { data : JSON.stringify(req_data), }; - return ajax_rs('/load/link-set/by_link_ptr_set', req_opts, + return ajax_rs('/api/rzdoc/fetch/link-set/by_link_ptr_set', req_opts, on_success, on_error); } |
