端口号信息调整(同步到文档,不影响功能)

This commit is contained in:
2026-07-24 23:11:13 +08:00
parent af6207fd29
commit 99962eb8f0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ func main() {
r := SetupRouter()
log.Println("🚀 frpc-console 启动成功!")
log.Println("📍 访问地址: http://localhost:8080")
log.Println("📍 API 地址: http://localhost:8080/api")
log.Println("📍 访问地址: http://localhost:9300")
log.Println("📍 API 地址: http://localhost:9300/api")
if err := r.Run(":9300"); err != nil {
log.Fatal("❌ 服务启动失败:", err)