mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-03 00:17:39 +08:00
fix: 改用 patterns,补齐 staging 域名(https)
This commit is contained in:
@@ -50,7 +50,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
|
|||||||
"http://192.168.7.98:*",
|
"http://192.168.7.98:*",
|
||||||
"http://30.211.97.238:*",
|
"http://30.211.97.238:*",
|
||||||
websiteUrl,
|
websiteUrl,
|
||||||
websiteUrl.replace("://www.", "://")
|
websiteUrl.replace("://www.", "://"),
|
||||||
|
|
||||||
// 线上域名(务必是 https)
|
// 线上域名(务必是 https)
|
||||||
"https://staging.open-isle.com",
|
"https://staging.open-isle.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user