Skip to content

Commit

Permalink
test deploy with http test
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonTorresUta committed Aug 11, 2024
1 parent fb4ac36 commit ac46619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/uta/cse3310/HttpServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import net.freeutils.httpserver.HTTPServer.VirtualHost;

public class HttpServer {

/*
private static final String HTML = "./html";
int port = 80;
String dirname = HTML;
Expand Down Expand Up @@ -43,7 +43,7 @@ public int serve(Request req, Response resp) throws IOException {
} catch (Exception e) {
System.err.println("error: " + e);
}
}
}*/
}


0 comments on commit ac46619

Please sign in to comment.