We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106affe commit f277264Copy full SHA for f277264
config/routes.php
@@ -10,6 +10,7 @@
10
$router = new Router();
11
12
$router->get('/', [Index::class, 'index'])->middleware(new NothingMiddleware());
13
+$router->post('/', [Index::class, 'index'])->middleware(new NothingMiddleware());
14
15
$router->get('/favicon.ico', function () {
16
return new Response(200, [], '');
0 commit comments