Merge pull request #222 from bootdotdev/ms_port_8080

change port to 8080
This commit is contained in:
Matt Skovranek
2024-02-10 18:37:24 -08:00
committed by GitHub

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: