Compare commits
1 Commits
e2b1394ea2
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3213751418 |
@@ -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) -> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user