chore(config): update allowed origins from bbs to withyou domain
Update WebSocket and CORS allowed origins to reflect the project rename from "Carrot BBS" to "WithYou", changing bbs.littlelan.cn to withyou.littlelan.cn.
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
var allowedOrigins = []string{
|
||||
"https://bbs.littlelan.cn",
|
||||
"https://withyou.littlelan.cn",
|
||||
"https://admin.littlelan.cn",
|
||||
"https://browser.littlelan.cn",
|
||||
"http://localhost:3000",
|
||||
|
||||
Reference in New Issue
Block a user