This commit is contained in:
2025-09-28 12:21:38 +08:00
parent a9ec5af3e1
commit 006244b319

View File

@@ -51,6 +51,7 @@ func main() {
config.AllowOrigins = []string{ config.AllowOrigins = []string{
"https://code.xuyue.cc", "https://code.xuyue.cc",
"http://code.xuyue.cc", "http://code.xuyue.cc",
"http://10.13.114.114:82",
"http://localhost:3000", "http://localhost:3000",
} }