From 7770b3d1b3adb2fe8036b3183ae27a037b508f68 Mon Sep 17 00:00:00 2001 From: efonte <3957463+efonte@users.noreply.github.com> Date: Sun, 17 Mar 2024 19:49:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20localhost=20URLs=20in=20de?= =?UTF-8?q?velopment.md=20(#1099)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/development.md b/development.md index 7f58373..a62c6b2 100644 --- a/development.md +++ b/development.md @@ -103,9 +103,9 @@ Frontend: http://localhost Backend: http://localhost/api/ -Automatic Interactive Docs (Swagger UI): https://localhost/docs +Automatic Interactive Docs (Swagger UI): http://localhost/docs -Automatic Alternative Docs (ReDoc): https://localhost/redoc +Automatic Alternative Docs (ReDoc): http://localhost/redoc Adminer: http://localhost:8080 @@ -119,9 +119,9 @@ Frontend: http://localhost.tiangolo.com Backend: http://localhost.tiangolo.com/api/ -Automatic Interactive Docs (Swagger UI): https://localhost.tiangolo.com/docs +Automatic Interactive Docs (Swagger UI): http://localhost.tiangolo.com/docs -Automatic Alternative Docs (ReDoc): https://localhost.tiangolo.com/redoc +Automatic Alternative Docs (ReDoc): http://localhost.tiangolo.com/redoc Adminer: http://localhost.tiangolo.com:8080