Skip to content

Commit 2036e44

Browse files
committed
Updated minor thingy
1 parent dff8665 commit 2036e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mangorage/mangobotsite/website/WebServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static void startWebServer(ObjectMap objectMap) throws Exception {
151151
}
152152

153153
private static @NotNull ServerConnector getServerConnector(Server server) {
154-
if (!Helper.isDevMode()) {
154+
if (Helper.isDevMode()) {
155155
SslContextFactory.Server sslContextFactory = new SslContextFactory.Server();
156156
sslContextFactory.setTrustAll(true);
157157

0 commit comments

Comments
 (0)