forked from miguel456/rbrecruiter
Add Mojang's status to dashboard
Also adds a Cache table to the database. Contains incomplete routes.
This commit is contained in:
@@ -53,6 +53,12 @@ Route::group(['middleware' => 'auth'], function(){
|
||||
|
||||
});
|
||||
|
||||
Route::group(['prefix' => '/hr'], function (){
|
||||
|
||||
Route::get('staff-members');
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
//Route::get('/dashboard/login', '');
|
||||
|
Reference in New Issue
Block a user