diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-16 16:33:59 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-16 16:36:41 +0200 |
| commit | dff765d765085fe2ee172abc606f4f8b25a39c27 (patch) | |
| tree | fd06d75f35fadb719c9a44e27ee204122b5f8c5a /src | |
| parent | 96272eedf9886f0f78ef24c33cbb808e9c934ad1 (diff) | |
this.commit_diff__attr: fix REST API path
Diffstat (limited to 'src')
| -rw-r--r-- | src/rz_api_backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rz_api_backend.js b/src/rz_api_backend.js index da622308..da073f9f 100644 --- a/src/rz_api_backend.js +++ b/src/rz_api_backend.js @@ -60,7 +60,7 @@ define(['rz_config'], function(rz_config) { data : JSON.stringify(post_dict), }; - return ajax_rs('/graph/attr-diff-commit', req_opts, on_success, + return ajax_rs('/graph/diff-commit-attr', req_opts, on_success, on_error); } |
