Files
espocrm/api/index.php
Taras Machyshyn b0d1bb4486 vendor update
2013-11-19 12:52:41 +02:00

11 lines
98 B
PHP

<?php
require_once('../bootstrap.php');
$app = new \Espo\Core\Application();
$app->run();
?>