From ba06e147e7c4e0d7d5c12a12708f8c01917bf868 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 17 Nov 2024 13:55:57 +0000 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f692f63..e3817e8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Experimenting with different things Run locally by cloning and using `docker compose up` - this will pull and create a postgres container, and run the api server which will connect to postgres. -Api can be accessed at `http://127.0.0.1:8080` and Swagger at `http://127.0.0.1/swagger` +Api can be accessed at `http://127.0.0.1:8080` and Swagger at `http://127.0.0.1:8080/swagger` Default username/password set in docker compose and/or appsettings.json