From bee80bcf5d59af09d5112d391eb4e4d49f2258bb Mon Sep 17 00:00:00 2001 From: cynic Date: Mon, 31 Oct 2022 21:55:31 -0400 Subject: [PATCH] add a simple guide to the default index.html --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 87ff5af..29e316c 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { "host": "localhost", - "port": 1337, + "port": 80, "PLUGIN_PATH": "./towers" } \ No newline at end of file