This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/api/v1/index.php
T
2014-03-20 18:06:35 +02:00

7 lines
95 B
PHP

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