From 30677e0342e796e7699bd2958aced711659e5ecc Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 9 Nov 2014 12:20:43 +0200 Subject: /graph/diff-commit-attr REST path --- src-py/rhizi_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-py') diff --git a/src-py/rhizi_api.py b/src-py/rhizi_api.py index 36463531..461f3e49 100644 --- a/src-py/rhizi_api.py +++ b/src-py/rhizi_api.py @@ -151,8 +151,8 @@ def diff_commit_topo(): op = dbc.DBO_topo_diff_commit(topo_diff) return __common_exec(op) -@webapp.route("/graph/attr-diff-commit", methods=['POST']) -def attr_diff_commit(): +@webapp.route("/graph/diff-commit-attr", methods=['POST']) +def diff_commit_attr(): """ commit a graph attribute diff """ -- cgit v1.3.1