Fix api issues and production build
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
<?php
|
||||
include ('config.php');
|
||||
if (isset($_REQUEST['method']) && isset($_REQUEST['url'])) {
|
||||
include (APP_BASE_PATH.'api.php');
|
||||
} else {
|
||||
include (APP_BASE_PATH.'rest.php');
|
||||
}
|
||||
include (APP_BASE_PATH.'rest.php');
|
||||
|
||||
Reference in New Issue
Block a user