Fogor port() call 💀

This commit is contained in:
Steven Tracey 2024-08-07 17:55:06 -04:00
parent e2b1394ea2
commit 3213751418

View File

@ -30,7 +30,6 @@ public class Server {
} catch (Exception e) { } catch (Exception e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
port(8080);
options("/*", options("/*",
(request, response) -> { (request, response) -> {