mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
fixing routes
This commit is contained in:
@ -3,10 +3,6 @@
|
||||
use App\Http\Controllers\ConsoleController;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
return redirect()->route('login');
|
||||
});
|
||||
|
||||
Route::middleware('auth')->group(function () {
|
||||
Route::post('/{server}/console', [ConsoleController::class, 'run'])->name('servers.console.run');
|
||||
});
|
||||
|
Reference in New Issue
Block a user