From 32d6e845cfd9827444852fd4e9dc9dbd1aa2364b Mon Sep 17 00:00:00 2001 From: skovranek <59619403+skovranek@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:26:06 -0500 Subject: [PATCH] change port to 8080 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898e717..f5ffb6d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Make sure you're on Go version 1.20+. Create a `.env` file in the root of the project with the following contents: ```bash -PORT="8000" +PORT="8080" ``` Run the server: