mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Convert About page to Laravel (#10551)
* Convert About page to laravel * clean up callback stuff * More translatable strings
This commit is contained in:
@@ -26,6 +26,7 @@ Route::group(['middleware' => ['auth', '2fa'], 'guard' => 'auth'], function () {
|
||||
Route::get('locations', 'LocationController@index');
|
||||
Route::resource('preferences', 'UserPreferencesController', ['only' => ['index', 'store']]);
|
||||
Route::resource('users', 'UserController');
|
||||
Route::get('about', 'AboutController@index');
|
||||
|
||||
// old route redirects
|
||||
Route::permanentRedirect('poll-log', 'pollers/tab=log/');
|
||||
|
Reference in New Issue
Block a user