From bf70cc166aecacba462aaa30c061e1c122447607 Mon Sep 17 00:00:00 2001 From: Defelo Date: Tue, 14 Nov 2023 10:24:21 +0100 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ce051..a958286 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:8003/docs. ## Poetry Scripts ```bash