Skip to content

Commit

Permalink
port back to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenMiner committed Nov 19, 2023
1 parent 38b9480 commit 21bbdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3d-pixels-server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static string GetWWWPath(string currentDirectory = ".")
static void Main(string[] args)
{
// WebSocket server port
int port = 443;
int port = 8080;

if (args.Length > 0)
port = int.Parse(args[0]);
Expand Down

0 comments on commit 21bbdd8

Please sign in to comment.