Skip to content

Commit 27a0765

Browse files
authored
Merge pull request #530 from pysingh09/patch-1
fix(docs): update Swagger URL in README for API exploration
2 parents 267e392 + 2d09893 commit 27a0765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ docker-compose -f docker/docker-compose.yml up
109109
python manage.py migrate
110110
python manage.py runserver
111111
```
112-
- Then open http://localhost:8000/swagger/ in your browser to explore API.
112+
- Then open http://localhost:8000/swagger-ui/ in your browser to explore API.
113113

114114
- After running API, Go to Frontend UI [React CRM](https://github.com/MicroPyramid/react-crm "React CRM") project to configure Fronted UI to interact with API.
115115

0 commit comments

Comments
 (0)