Added BBS List

This commit is contained in:
2023-04-15 15:09:32 +10:00
parent 8095a8299c
commit 0473808e67
4 changed files with 48 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ Route::get('admin/switch/stop',[UserSwitchController::class,'user_switch_stop'])
Route::get('/',[HomeController::class,'home']);
Route::view('about','about');
Route::view('domain/list','domain.list');
Route::view('system/list','system.list');
Route::get('system/view/{o}',[SystemController::class,'view'])
->where('o','[0-9]+');