From a68264a706d45d72ecee153b1ddcc1df66cb4655 Mon Sep 17 00:00:00 2001 From: Roar Skinderviken Date: Sun, 8 Dec 2024 22:46:01 +0100 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6132fd38..24493397 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ poetry run uvicorn src.app:app --reload The OpenAPI documentation for the API is available at the following URL: -[Swagger UI](http://localhost:8080/swagger-ui/index.html) +[Swagger UI](http://localhost:8080/backend-spring-boot/swagger-ui/index.html) You can use this interface to explore and interact with the API endpoints, view their descriptions, -and test requests directly from the UI. \ No newline at end of file +and test requests directly from the UI.