fix: name Node SSR upstream ssr

This commit is contained in:
2026-08-22 15:50:27 +08:00
parent 5a9a070160
commit 56e104ccf0
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
)
const (
nodeSsrManagedBegin = "# yms-update managed nodeSsr upstream begin"
nodeSsrManagedEnd = "# yms-update managed nodeSsr upstream end"
nodeSsrManagedBegin = "# yms-update managed ssr upstream begin"
nodeSsrManagedEnd = "# yms-update managed ssr upstream end"
nodeSsrPort18910 = 18910
nodeSsrPort28910 = 28910
)