diff --git a/roles/pep/templates/config.js.j2 b/roles/pep/templates/config.js.j2 index 0d4d616..25e6862 100644 --- a/roles/pep/templates/config.js.j2 +++ b/roles/pep/templates/config.js.j2 @@ -85,7 +85,7 @@ var config = { }, { "name" : "task", - "path" : "^/api/tasks$", + "path" : "^/api/tasks[/]?$", "methods" : [ { "method" : "POST",