Compare commits

...

1 Commits

Author SHA1 Message Date
3213751418 Fogor port() call 💀 2024-08-07 17:55:06 -04:00

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) -> {