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