Push 'Account' and 'Security' pages as well as 'My Servers'

This commit is contained in:
Dane Everitt
2017-01-15 14:09:57 -05:00
parent 1c85b1fbc4
commit 2fc852c6a4
19 changed files with 1068 additions and 3 deletions

View File

@@ -153,6 +153,7 @@ class ServerRoutes
$router->group(['prefix' => 'ajax'], function ($server) use ($router) {
// Returns Server Status
$router->get('status', [
'as' => 'server.ajax.status',
'uses' => 'Server\AjaxController@getStatus',
]);