🧹 Duster

This commit is contained in:
Rico van Zelst
2024-06-18 12:55:10 +02:00
parent f3ded81a62
commit a0b37a4ab4
39 changed files with 191 additions and 232 deletions

View File

@@ -2,4 +2,4 @@
use App\Http\Controllers\StreamerController;
Route::get('/streamers', [StreamerController::class, 'all']);
Route::get('streamers', [StreamerController::class, 'all']);