Changed page to status page

This commit is contained in:
TimZ99 2019-12-13 14:13:15 +01:00
parent a9f0f64c78
commit ae6367b2a0
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ namespace {
require __DIR__ . '/src/bootstrap.php';
$router->run('server');
$router->run('server_status');
}