Drafted actions routes

This commit is contained in:
jtc42 2019-11-15 16:40:25 +00:00
parent 6581612312
commit d79fd55301
8 changed files with 360 additions and 25 deletions

View file

@ -17,7 +17,7 @@ def tasks_representation():
# Add API routes to returned representations
extra_state = {
"links": {
"properties": "{}".format(url_for(".task", task_id=task_key)),
"self": "{}".format(url_for(".task", task_id=task_key)),
}
}