mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
💬 修改文档和启动日志描述,取消 /#/ 提示
This commit is contained in:
@@ -37,7 +37,7 @@ public class StartupListener implements ApplicationListener<ApplicationStartedEv
|
||||
for (String localIp : localIps) {
|
||||
String addr = String.format("http://%s:%s", localIp, serverPort);
|
||||
indexAddr.append(addr).append("\t");
|
||||
indexAdminAddr.append(addr).append("/#/admin").append("\t");
|
||||
indexAdminAddr.append(addr).append("/admin").append("\t");
|
||||
}
|
||||
log.info("ZFile started at " + indexAddr);
|
||||
log.info("ZFile Admin started at " + indexAdminAddr);
|
||||
|
||||
Reference in New Issue
Block a user