mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-26 01:25:06 +02:00
Added params to aliases endpoint
This commit is contained in:
@@ -11,6 +11,11 @@ use LaravelWebauthn\Facades\Webauthn;
|
||||
|
||||
class SettingController extends Controller
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('throttle:3,1')->only('destroy');
|
||||
}
|
||||
|
||||
public function show()
|
||||
{
|
||||
return Inertia::render('Settings/General', [
|
||||
|
||||
Reference in New Issue
Block a user