Open lifewcody opened 8 months ago
ListCommand.php:72
For $result[], there is not an OPTIONS, so if your code has an OPTIONS verb route it crashes with
[UnhandledMatchError] Unhandled match case 'options'
#[Route(route: '/test', name: 'test.cors', methods: ['OPTIONS'])] public function testCors() { return [ 'status' => true ]; }
Description
ListCommand.php:72
For $result[], there is not an OPTIONS, so if your code has an OPTIONS verb route it crashes with
How To Reproduce
Additional Info