From 10027246a10efdd6e1b0e650124547b0c27c2eeb Mon Sep 17 00:00:00 2001 From: Om Prakash Date: Sat, 13 Jul 2019 23:28:36 +0530 Subject: [PATCH] Fixed URL of client Index page Missing trailing slash in client index URL which resulted in 404 error. --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 272b9e6..e7a166e 100644 --- a/example/README.md +++ b/example/README.md @@ -8,7 +8,7 @@ Navigate to this directory and then run: > python manage.py runserver 8000 ``` -Open in your browser `localhost:8000/client`. +Open in your browser `localhost:8000/client/`. ### Trace a Request and Response