客户端app
This commit is contained in:
@@ -29,7 +29,6 @@ public class Starter {
|
||||
InputStream inputStream = new FileInputStream(path);
|
||||
BootstrapConfig bootstrapConfig = yaml.loadAs(inputStream, BootstrapConfig.class);
|
||||
|
||||
|
||||
new LimServer(bootstrapConfig.getLim()).start();
|
||||
new LimWebSocketServer(bootstrapConfig.getLim());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user