mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-12 01:51:02 +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://30.211.97.238:*",
|
||||
websiteUrl,
|
||||
websiteUrl.replace("://www.", "://")
|
||||
websiteUrl.replace("://www.", "://"),
|
||||
|
||||
// 线上域名(务必是 https)
|
||||
"https://staging.open-isle.com",
|
||||
|
||||
Reference in New Issue
Block a user