update backend example in readme

This commit is contained in:
2024-10-11 16:07:35 +02:00
parent e6023a1137
commit a17652f133

View File

@@ -24,8 +24,7 @@ reload
run backend: run backend:
```shell ```shell
cd backend cabal run backend -- serve --port 8081 ./blog
cabal run backend -- serve
``` ```
open browser at `http://localhost:8080`. open browser at `http://localhost:8080`.