|
|
@@ -20,7 +20,11 @@ import java.util.stream.Collectors;
|
|
|
@RestController
|
|
|
@RequestMapping("/mmo/websocket")
|
|
|
@AllArgsConstructor
|
|
|
-@CrossOrigin(origins = {"http://localhost:8081", "https://raex.vip/", "https://test.raex.vip/", "https://www.raex.vip/"})
|
|
|
+@CrossOrigin(origins = {"http://localhost:8081",
|
|
|
+ "https://raex.vip/",
|
|
|
+ "https://test.raex.vip/",
|
|
|
+ "https://www.raex.vip/",
|
|
|
+ "https://pre.raex.vip/"})
|
|
|
public class MMOWebSocketController {
|
|
|
|
|
|
private MMOWebSocket mmoWebSocket;
|