diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-09 12:20:43 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-09 12:20:43 +0200 |
| commit | 30677e0342e796e7699bd2958aced711659e5ecc (patch) | |
| tree | 47ba2179da369d3751a0a862192ba029fd124da9 /src-py/rhizi_api.py | |
| parent | 2aff3e7698d08194c05c658c11158943395911d7 (diff) | |
/graph/diff-commit-attr REST path
Diffstat (limited to 'src-py/rhizi_api.py')
| -rw-r--r-- | src-py/rhizi_api.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 """ |
