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:
parent
2a459a4e74
commit
684baab4ba
1 changed files with 5 additions and 0 deletions
5
lib/API/public/index.php
Normal file
5
lib/API/public/index.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
if (!defined('sugarEntry')) {
|
||||
define('sugarEntry', true);
|
||||
}
|
||||
require_once __DIR__.'/../core/app.php';
|
Loading…
Reference in a new issue