diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/routes.json b/files/custom/Espo/Modules/SmartAssistant/Resources/routes.json index f05e8a0..126b561 100644 --- a/files/custom/Espo/Modules/SmartAssistant/Resources/routes.json +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/routes.json @@ -1,4 +1,12 @@ [ + { + "route": "/SmartAssistant/action/status", + "method": "get", + "params": { + "controller": "SmartAssistant", + "action": "status" + } + }, { "route": "/SmartAssistant/action/chat", "method": "post",