refactor: remove debug route

This commit is contained in:
b1ek 2024-08-30 18:41:05 +10:00
parent 6621dd4772
commit 16ea560cbe
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,3 @@ Route::prefix('/api')->group(function () {
Route::delete('/clean', 'cleanMultiple');
});
});
Route::get('/session', function () {
exit(print_r(session()->all(), true));
});