We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dde03 commit 18b4696Copy full SHA for 18b4696
src/Listener/BootAppRouteListener.php
@@ -89,6 +89,6 @@ public function process(object $event): void
89
self::$httpServerName = $httpServer['name'];
90
$isKnife4j = Composer::hasPackage('tangwei/knife4j-ui');
91
$docHtml = $isKnife4j ? '/doc' : '';
92
- static::$massage = 'Swagger docs url at http://' . $httpServer['host'] . ':' . $httpServer['port'] . $prefix . $docHtml;
+ static::$massage = 'Swagger docs url at http://127.0.0.1:' . $httpServer['port'] . $prefix . $docHtml;
93
}
94
0 commit comments