From 2af565fda53a0e7e2b38ab25d1d8957fd4b3d201 Mon Sep 17 00:00:00 2001 From: Tianyi Wang <90009613+tiwa1154@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:22:11 -0500 Subject: [PATCH] Update localDeployment.md --- docs/localDeployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/localDeployment.md b/docs/localDeployment.md index c556a21c..dd3beca3 100644 --- a/docs/localDeployment.md +++ b/docs/localDeployment.md @@ -157,7 +157,7 @@ Load the DB with test data: Make sure API is accessible via web browser. EX: ```` -https://localhost:8080/users/admin/ +http://localhost:8080/users/admin/ ```` If it worked you should be able to see the API Documentation site at: