From ac791668dc016162f40dc6c80d5f0ec36f416f32 Mon Sep 17 00:00:00 2001 From: Tobias Englert Date: Sat, 5 Oct 2024 15:03:03 +0200 Subject: [PATCH 1/2] Add MailCatcher URLs to docs --- development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development.md b/development.md index 77d0b18e76..56cd614927 100644 --- a/development.md +++ b/development.md @@ -186,6 +186,8 @@ Adminer: http://localhost:8080 Traefik UI: http://localhost:8090 +MailCatcher: http://localhost:1080 + ### Development URLs with `localhost.tiangolo.com` Configured Development URLs, for local development. @@ -201,3 +203,5 @@ Automatic Alternative Docs (ReDoc): http://api.localhost.tiangolo.comredoc Adminer: http://localhost.tiangolo.com:8080 Traefik UI: http://localhost.tiangolo.com:8090 + +MailCatcher: http://localhost.tiangolo.com:1080 \ No newline at end of file From 7b2dfa7af539b1b2f4f956021cacd59a1cd6009a Mon Sep 17 00:00:00 2001 From: Tobias Englert Date: Sat, 5 Oct 2024 15:05:44 +0200 Subject: [PATCH 2/2] fix: localhost.tiangolo.com URLs for API docs --- development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development.md b/development.md index 56cd614927..d7d41d73f1 100644 --- a/development.md +++ b/development.md @@ -196,9 +196,9 @@ Frontend: http://dashboard.localhost.tiangolo.com Backend: http://api.localhost.tiangolo.com -Automatic Interactive Docs (Swagger UI): http://api.localhost.tiangolo.comdocs +Automatic Interactive Docs (Swagger UI): http://api.localhost.tiangolo.com/docs -Automatic Alternative Docs (ReDoc): http://api.localhost.tiangolo.comredoc +Automatic Alternative Docs (ReDoc): http://api.localhost.tiangolo.com/redoc Adminer: http://localhost.tiangolo.com:8080