Move server_databases.php to libraries/entry_points
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
12561a598d
commit
8bb4a2d725
@ -32,7 +32,7 @@ if (isset($_GET['route']) || isset($_POST['route'])) {
|
||||
'GET',
|
||||
'POST',
|
||||
], '/server/databases', function () {
|
||||
require_once ROOT_PATH . 'server_databases.php';
|
||||
require_once ROOT_PATH . 'libraries/entry_points/server_databases.php';
|
||||
});
|
||||
});
|
||||
$routeInfo = $dispatcher->dispatch(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user