更新sql安装器(web版本需要修复)
This commit is contained in:
@@ -5,3 +5,6 @@ use Illuminate\Support\Facades\Route;
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::get('/init', function () {
|
||||
return view('init');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user