🗑️ Remove deprecated /welcome route and add test to ensure 404 on access

🔧 Add `.codegraph/config.json` for file and directory tracking configuration
This commit is contained in:
HolgerHatGarKeineNode
2026-05-20 00:47:02 +02:00
parent 154a28c75c
commit 532199fe15
4 changed files with 161 additions and 3 deletions
-3
View File
@@ -64,6 +64,3 @@ Route::livewire('/association/project-support', 'association.project-support.ind
Route::livewire('/association/project-support/create', 'association.project-support.form.create')->name('association.projectSupport.create');
Route::livewire('/association/project-support/{projectProposal:slug}', 'association.project-support.show')->name('association.projectSupport.item');
Route::livewire('/association/project-support/edit/{projectProposal:slug}', 'association.project-support.form.edit')->name('association.projectSupport.edit');
// Other pages
Route::livewire('/welcome', 'welcome')->name('welcome');