change port to 8080

This commit is contained in:
skovranek
2024-02-10 21:26:06 -05:00
parent adf875e592
commit 32d6e845cf

View File

@@ -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: