fixed path for tasks in order to match updates

This commit is contained in:
Marco Lettere 2021-08-02 17:51:34 +02:00
parent 1253174c74
commit 63806e6a6b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ var config = {
}, },
{ {
"name" : "task", "name" : "task",
"path" : "^/api/tasks$", "path" : "^/api/tasks[/]?$",
"methods" : [ "methods" : [
{ {
"method" : "POST", "method" : "POST",