summaryrefslogtreecommitdiff
path: root/src-py/rhizi_server.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-08 22:40:56 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-08 22:40:56 +0200
commit3ed7eae2d984493e1b295f853780556a0d4a93e4 (patch)
tree57eabf13231008fcaad8906bfb050ce5f1317c3b /src-py/rhizi_server.py
parent56c56c9de79c72c2b82ed044445d2e86db75bd58 (diff)
rename diff_commit__X according to diff type
Diffstat (limited to 'src-py/rhizi_server.py')
-rw-r--r--src-py/rhizi_server.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-py/rhizi_server.py b/src-py/rhizi_server.py
index 621868cd..4f0c7b52 100644
--- a/src-py/rhizi_server.py
+++ b/src-py/rhizi_server.py
@@ -175,10 +175,10 @@ def init_rest_api(cfg, flask_webapp):
rest_entry_set = [
rest_entry('/add/node-set' , rhizi_api.add_node_set),
rest_entry('/graph/clone', rhizi_api.rz_clone),
- rest_entry('/graph/diff-commit-set', rhizi_api.diff_commit_set),
- rest_entry('/graph/diff-commit-topo', rhizi_api.diff_commit_topo),
- rest_entry('/graph/diff-commit-attr', rhizi_api.diff_commit_attr),
- rest_entry('/graph/diff-commit-vis', rhizi_api.diff_commit_vis),
+ rest_entry('/graph/diff-commit-set', rhizi_api.diff_commit__set),
+ rest_entry('/graph/diff-commit-topo', rhizi_api.diff_commit__topo),
+ rest_entry('/graph/diff-commit-attr', rhizi_api.diff_commit__attr),
+ rest_entry('/graph/diff-commit-vis', rhizi_api.diff_commit__vis),
rest_entry('/index', rhizi_api.index, {'methods': ['GET']}),
rest_entry('/load/node-set-by-id', rhizi_api.load_node_set_by_id_attr),
rest_entry('/load/link-set/by_link_ptr_set', rhizi_api.load_link_set_by_link_ptr_set),