This commit is contained in:
Yuri Kuznetsov
2020-07-07 18:38:14 +03:00
parent 627fa8f89e
commit 62da2245c1
3 changed files with 36 additions and 39 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?php
<?php
/************************************************************************
* This file is part of EspoCRM.
*
@@ -30,4 +30,4 @@
require_once('../../bootstrap.php');
$app = new \Espo\Core\Application();
$app->run();
$app->runApi();
+1 -1
View File
@@ -36,4 +36,4 @@ if (!empty($_GET['portalId'])) {
}
$app = new \Espo\Core\Portal\Application($portalId);
$app->run();
$app->runApi();