Doc, Core: change port to 8080 in Network02 tutorial.

This commit is contained in:
Zbigniew Rębacz 2023-12-03 13:21:08 +01:00
parent 0ea3ca7e1b
commit 6d364d0cee
2 changed files with 21 additions and 20 deletions

View file

@ -2,7 +2,7 @@
using namespace Upp;
constexpr int port = 4000;
constexpr int port = 8080;
void ProcessHttpRequest(TcpSocket& client)
{