Skip to content

Commit ef5e404

Browse files
committed
Update README
1 parent 3779800 commit ef5e404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ svr.listen("0.0.0.0", 8080);
3939
#include "path/to/httplib.h"
4040

4141
// HTTP
42-
httplib::Client cli("http://cpp-httplib-server.yhirose.repl.co");
42+
httplib::Client cli("http://yhirose.github.io/hi");
4343

4444
// HTTPS
45-
httplib::Client cli("https://cpp-httplib-server.yhirose.repl.co");
45+
httplib::Client cli("https://yhirose.github.io/hi");
4646

4747
auto res = cli.Get("/hi");
4848
res->status;

0 commit comments

Comments
 (0)