From 0595940b299271a2a0cb6470aa202737767deaee Mon Sep 17 00:00:00 2001 From: Defelo Date: Tue, 14 Nov 2023 10:24:36 +0100 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 299ceb5..dc8f996 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you would like to submit a bug report or feature request, or are looking for redis:alpine ``` 7. Run `poe migrate` to run the database migrations. -8. Run `poe api` to start the microservice. You can find the automatically generated swagger documentation on http://localhost:8000/docs. +8. Run `poe api` to start the microservice. You can find the automatically generated swagger documentation on http://localhost:8004/docs. ## Poetry Scripts ```bash