mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
fix new user bug (#197)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
require __DIR__.'/settings.php';
|
||||
});
|
||||
|
||||
Route::prefix('/servers')->group(function () {
|
||||
Route::prefix('/servers')->middleware('must-have-current-project')->group(function () {
|
||||
require __DIR__.'/server.php';
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user