remove tcp boilerplate, integrate with http

This commit is contained in:
Daniel
2024-10-23 19:41:38 +03:00
parent e3541e84cc
commit 388caf3519
4 changed files with 59 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
package org.lumijiez;
import org.lumijiez.core.http.HttpServer;
import org.lumijiez.logging.Logger;
public class Main {
public static void main(String[] args) {