Skip to content

Commit a716604

Browse files
authored
Fix missing slash in URLs
1 parent 7e5ca88 commit a716604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ Frontend: http://dashboard.localhost.tiangolo.com
194194

195195
Backend: http://api.localhost.tiangolo.com
196196

197-
Automatic Interactive Docs (Swagger UI): http://api.localhost.tiangolo.comdocs
197+
Automatic Interactive Docs (Swagger UI): http://api.localhost.tiangolo.com/docs
198198

199-
Automatic Alternative Docs (ReDoc): http://api.localhost.tiangolo.comredoc
199+
Automatic Alternative Docs (ReDoc): http://api.localhost.tiangolo.com/redoc
200200

201201
Adminer: http://localhost.tiangolo.com:8080
202202

0 commit comments

Comments
 (0)