From 079281583fa2b9655367284f1f71a8ed72856a58 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 30 Oct 2024 22:03:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 23a2cb8..2337288 100644 --- a/README.md +++ b/README.md @@ -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/"}' ```