0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-13 04:53:21 +00:00

Put the public directory back for the v8 api endpoint

in commit 59a76f1d54 this (v8 [NOT V8])
was marked as being "deprecated"; however, it was completely killed by
the removal of it's endpoint directory
This commit is contained in:
Stephen Ostrow 2019-03-25 23:02:19 -04:00
parent 2a459a4e74
commit 684baab4ba

5
lib/API/public/index.php Normal file
View file

@ -0,0 +1,5 @@
<?php
if (!defined('sugarEntry')) {
define('sugarEntry', true);
}
require_once __DIR__.'/../core/app.php';