Skip to content

Commit 18b4696

Browse files
committed
update massage
1 parent e5dde03 commit 18b4696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Listener/BootAppRouteListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ public function process(object $event): void
8989
self::$httpServerName = $httpServer['name'];
9090
$isKnife4j = Composer::hasPackage('tangwei/knife4j-ui');
9191
$docHtml = $isKnife4j ? '/doc' : '';
92-
static::$massage = 'Swagger docs url at http://' . $httpServer['host'] . ':' . $httpServer['port'] . $prefix . $docHtml;
92+
static::$massage = 'Swagger docs url at http://127.0.0.1:' . $httpServer['port'] . $prefix . $docHtml;
9393
}
9494
}

0 commit comments

Comments
 (0)