diff --git a/templates/index copy 2.html b/templates/index copy 2.html deleted file mode 100644 index 1804962..0000000 --- a/templates/index copy 2.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - Endpoints manager - - - - - -

Endpoints Manager

- - - - - - - - - - - {% for id, url in endpoints.items() %} - - - - - - {% endfor %} - -
IDURLAction
{{ id }}{{ url }} - - -
- -

cURL Commands

-
-# Get all endpoints
-curl http://windows.local:5000/api/endpoints
-
-# Get Endpoint 1
-curl http://windows.local:5000/api/endpoints/1
-
-# Get Endpoint 2
-curl http://windows.local:5000/api/endpoints/2
-
-# Update Endpoint 1
-curl -X PUT http://windows.local:5000/api/endpoints/1 -H "Content-Type: application/json" -d '{"url": "http://new.url/for/endpoint1"}'
-
-# Update Endpoint 2
-curl -X PUT http://windows.local:5000/api/endpoints/2 -H "Content-Type: application/json" -d '{"url": "http://new.url/for/endpoint2"}'
-
- - - - - diff --git a/templates/index copy.html b/templates/index copy.html deleted file mode 100644 index 25b4ae5..0000000 --- a/templates/index copy.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - Endpoints Manager - - - - - -

Endpoints Manager

- - - - - - - - - - - {% for id, url in endpoints.items() %} - - - - - - {% endfor %} - -
IDURLAction
{{ id }}{{ url }} - - -
- -

cURL Commands

-
-# Get all endpoints
-curl http://windows.local:5000/api/endpoints
-
-# Get Endpoint 1
-curl http://windows.local:5000/api/endpoints/1
-
-# Get Endpoint 2
-curl http://windows.local:5000/api/endpoints/2
-
-# Update Endpoint 1
-curl -X PUT http://windows.local:5000/api/endpoints/1 -H "Content-Type: application/json" -d '{"url": "http://new.url/for/endpoint1"}'
-
-# Update Endpoint 2
-curl -X PUT http://windows.local:5000/api/endpoints/2 -H "Content-Type: application/json" -d '{"url": "http://new.url/for/endpoint2"}'
-
- - - - -