mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
fix route cache
This commit is contained in:
parent
7b0a71fb57
commit
77a09cec48
@ -21,7 +21,7 @@
|
||||
|
||||
Route::get('/', [ServerController::class, 'index'])->name('servers');
|
||||
Route::get('/create', [ServerController::class, 'create'])->name('servers.create');
|
||||
Route::post('/create', [ServerController::class, 'store'])->name('servers.create');
|
||||
Route::post('/create', [ServerController::class, 'store']);
|
||||
|
||||
Route::middleware('select-current-project')->group(function () {
|
||||
Route::get('/{server}', [ServerController::class, 'show'])->name('servers.show');
|
||||
|
Loading…
x
Reference in New Issue
Block a user