Commit b9874ec99961328b3e2c1fcbb9ba66fcde15a9ac

Authored by yiming
1 parent 37add95a

修改白名单

src/main/java/com/example/demo/control/ScheduleController.java
... ... @@ -31,7 +31,7 @@ public class ScheduleController {
31 31 private Contrast contrast;
32 32  
33 33  
34   - private String ipWhite = "58.40.5.18;61.169.120.202;127.0.0.1;localhost;192.168.20.150;116.224.62.77";
  34 + private String ipWhite = "58.40.5.18;61.169.120.202;127.0.0.1;localhost;192.168.20.150;180.158.115.40";
35 35  
36 36 Logger logger = LoggerFactory.getLogger(this.getClass());
37 37  
... ...