z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.12k stars 2.81k forks source link

fix permission http path method #5799

Open ofttryaj opened 1 year ago

ofttryaj commented 1 year ago

get:/auth/setting

['method' => adminget, 'path' => '/auth/setting'] it should be ['method' => get, 'path' => 'admin/auth/setting']