mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-24 14:25: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:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
it('returns 404 for the removed welcome route', function () {
|
||||
$this->get('/welcome')->assertNotFound();
|
||||
});
|
||||
Reference in New Issue
Block a user