Preview: DebugController.php
Size: 192 B
/home/byroehnu/easetack.com/app/Http/Controllers/DebugController.php
<?php
namespace App\Http\Controllers;
use Inertia\Inertia;
class DebugController extends Controller
{
public function any()
{
return Inertia::render('Debug/Index');
}
}
Directory Contents
Dirs: 4 × Files: 6