From 3dd41ce65db18405bbc0d051812f24207a9cbbab Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 20 Oct 2024 15:47:09 +0200 Subject: [PATCH] Remove old templates --- templates/index copy 2.html | 174 ------------------------------------ templates/index copy.html | 108 ---------------------- 2 files changed, 282 deletions(-) delete mode 100644 templates/index copy 2.html delete mode 100644 templates/index copy.html 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"}'
-
- - - - -