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 75a5739 commit e9443f1Copy full SHA for e9443f1
config/routes.php
@@ -12,3 +12,7 @@
12
use Hyperf\HttpServer\Router\Router;
13
14
Router::addRoute(['GET', 'POST', 'HEAD'], '/', 'App\Controller\IndexController@index');
15
+
16
+Router::get('/favicon.ico', function () {
17
+ return '';
18
+});
0 commit comments