代码优化。

This commit is contained in:
aoshiguchen
2022-07-07 14:07:35 +08:00
parent 0671cb5e59
commit d9f68be1f2
3 changed files with 38 additions and 26 deletions
@@ -34,7 +34,7 @@ import fun.asgc.neutrino.core.launcher.NeutrinoLauncher;
public class ProxyServer {
public static void main(String[] args) {
NeutrinoLauncher.run(ProxyServer.class, args);
NeutrinoLauncher.run(ProxyServer.class, args).sync();
}
}