This commit is contained in:
Yuri Kuznetsov
2021-03-20 11:55:47 +02:00
parent 69072cf0ca
commit c51f2fa401
@@ -34,6 +34,10 @@ use Espo\Core\{
Api\Response,
};
/**
* An entry point to the application by `?entryPoint={entityPointName}` URI.
* Only GET requests are handled.
*/
interface EntryPoint
{
public function run(Request $request, Response $response) : void;