mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-23 13:15:36 +00:00
🗑️ 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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user