From aef42385d6e8a303beba4ce4dd575996ac2a4e29 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 25 Sep 2024 19:47:09 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52c7f87..b4ba6f4 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ A sample `docker-compose.demo.yml` is provided which I use in hosting the demo. ### URLs -- [Django Admin Panel](http://localhost:8000/admin) -- [OpenAPI Swagger](http://localhost:8000/swagger) (For documenting endpoints) +- [Django Admin Panel](http://localhost:8000/api/v1/admin) +- [OpenAPI Swagger](http://localhost:8000/api/v1/swagger) (For documenting endpoints) - [Inbucket](http://localhost:8025) (For email testing) - [Flower](http://localhost:5555/) (For monitoring Celery tasks) -- [Django Silk](http://localhost:8000/silk) (For performance profiling) +- [Django Silk](http://localhost:8000/api/v1/silk) (For performance profiling)