sunkean 2 anos atrás
pai
commit
ae8d6dd1e2

+ 1 - 1
src/main/java/com/izouma/meta/web/MMOWebSocketController.java

@@ -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;