forked from gCubeSystem/conductor-setup
fixed path for tasks in order to match updates
This commit is contained in:
parent
1253174c74
commit
63806e6a6b
|
@ -85,7 +85,7 @@ var config = {
|
|||
},
|
||||
{
|
||||
"name" : "task",
|
||||
"path" : "^/api/tasks$",
|
||||
"path" : "^/api/tasks[/]?$",
|
||||
"methods" : [
|
||||
{
|
||||
"method" : "POST",
|
||||
|
|
Loading…
Reference in New Issue