This commit is contained in:
tanch0
2024-06-11 17:48:42 +05:45
parent 97f00e8172
commit c25c6475da
117 changed files with 1658 additions and 4725 deletions

View File

@ -5,5 +5,5 @@ use Illuminate\Support\Facades\Route;
// $ccms = new CCMS();
// define('SITEVARS', CCMS::getSiteVars());
Route::get('/home', [WebsiteController::class, 'home'])->name("home");
Route::get('/', [WebsiteController::class, 'home'])->name("home");