Add RoleEditContainer.tsx, fix laravel admin routes
This commit is contained in:
parent
0381fe1bd9
commit
318c9f741b
5 changed files with 42 additions and 76 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Pterodactyl\Http\Middleware\RequireTwoFactorAuthentication;
|
||||
|
||||
Route::get('/', 'IndexController@index')->name('index')->fallback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue