diff --git a/examples/Http3Server.cpp b/examples/Http3Server.cpp index 5079d59..d9eb561 100644 --- a/examples/Http3Server.cpp +++ b/examples/Http3Server.cpp @@ -8,7 +8,7 @@ * You might be surprised to find out you can replace uWS::H3App with uWS::SSLApp and * serve TCP/TLS-based HTTP instead of QUIC-based HTTP, using the same very code ;) */ int main() { - uWS::SSLApp({ + uWS::H3App({ .key_file_name = "misc/key.pem", .cert_file_name = "misc/cert.pem", .passphrase = "1234"