Skip to content

Commit f277264

Browse files
committed
support swoole driver
1 parent 106affe commit f277264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
$router = new Router();
1111

1212
$router->get('/', [Index::class, 'index'])->middleware(new NothingMiddleware());
13+
$router->post('/', [Index::class, 'index'])->middleware(new NothingMiddleware());
1314

1415
$router->get('/favicon.ico', function () {
1516
return new Response(200, [], '');

0 commit comments

Comments
 (0)