Move server_databases.php to libraries/entry_points

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2019-07-08 17:08:33 -03:00
parent 12561a598d
commit 8bb4a2d725
2 changed files with 1 additions and 1 deletions

View File

@ -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(