server version, minor css fixes and other visual upgrades mostly to standard layout -> glitch css
This commit is contained in:
@@ -18,7 +18,7 @@ Route::get('/', ['as' => 'home', function () {
|
||||
|
||||
return redirect($video->id);
|
||||
|
||||
}])/*->middleware('auth')*/;
|
||||
}])/*->middleware('lastOn')*/;
|
||||
|
||||
Route::get('nojs', function() { return view('nojs'); });
|
||||
|
||||
|
Reference in New Issue
Block a user