From 67713bb4840e5c7dfc3b87d2929f97e541457ee4 Mon Sep 17 00:00:00 2001 From: Entrpix Date: Tue, 9 Jul 2024 20:30:39 -0400 Subject: [PATCH] out of all the hacky code i write i have NO clue how changing a port number fixes things but you never know --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 5993febd..2d032b80 100644 --- a/src/config.json +++ b/src/config.json @@ -1,6 +1,6 @@ { "title": "HU LTS", - "port": "8080", + "port": "3000", "ssl": false, "ws": true, "prefix": "/service/",