missed another 8000

This commit is contained in:
skovranek
2024-02-11 09:03:36 -05:00
parent 32d6e845cf
commit e5025dab1d

View File

@@ -18,6 +18,6 @@ Run the server:
go build -o notely && ./notely
```
*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8000`.
*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8080`.
You do *not* need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!