summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-16 16:33:59 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-16 16:36:41 +0200
commitdff765d765085fe2ee172abc606f4f8b25a39c27 (patch)
treefd06d75f35fadb719c9a44e27ee204122b5f8c5a
parent96272eedf9886f0f78ef24c33cbb808e9c934ad1 (diff)
this.commit_diff__attr: fix REST API path
-rw-r--r--src/rz_api_backend.js2
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);
}