Update README.md

This commit is contained in:
Santiago Lo Coco 2024-10-30 22:03:50 +01:00
parent 76fbc7d328
commit 079281583f
1 changed files with 0 additions and 2 deletions

View File

@ -35,9 +35,7 @@ Instead of hardcoding endpoints and needing to redeploy the app every time you w
```
curl http://windows.local:5000/api/endpoints
curl http://windows.local:5000/api/endpoints/1
curl -X PUT http://windows.local:5000/api/endpoints/1 -H "Content-Type: application/json" -d '{"url": "http://windows.local:8500/mystream/"}'
```