some css tweaks and other minor improvements/fixes
This commit is contained in:
@@ -20,6 +20,12 @@ class rulezController extends Controller
|
||||
return view('rulez', ['rules' => Rulez::all(), 'uploadrules' => Rulez::where('zuordnung', '=', 'Upload')->get(), 'tagrules' => Rulez::where('zuordnung', '=', 'Tagging')->get(), 'generalrules' => Rulez::where('zuordnung', '=', 'General')->get(), 'commentrules' => Rulez::where('zuordnung', '=', 'Commenting')->get()]);
|
||||
}
|
||||
|
||||
public function gib()
|
||||
{
|
||||
$storagePath = storage_path('app/vidz/1572221426860.webm');
|
||||
return ($storagePath)->response();
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the form for creating a new resource.
|
||||
*
|
||||
|
Reference in New Issue
Block a user