Initial commit
This commit is contained in:
10
custom/Espo/Modules/LinkButton/Resources/routes.json
Normal file
10
custom/Espo/Modules/LinkButton/Resources/routes.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"route": "/LinkButton/WorkflowCheck/:id",
|
||||
"method": "get",
|
||||
"actionClassName": "Espo\\Modules\\LinkButton\\Api\\WorkflowCheck",
|
||||
"params": {
|
||||
"id": ":id"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user