ISSUE-33 #96

Merged
hitanshu merged 88 commits from kruti/CFTunnels:ISSUE-33 into test 2026-01-14 17:26:26 +00:00
6 changed files with 6 additions and 6 deletions
Showing only changes of commit 89f6620214 - Show all commits

View File

@ -5,7 +5,7 @@ meta {
}
get {
url: {{base_url}}cloudflare/tunnels
url: {{base_url}}/cloudflare/tunnels
body: none
auth: none
}

View File

@ -5,7 +5,7 @@ meta {
}
get {
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}
body: none
auth: none
}

View File

@ -5,7 +5,7 @@ meta {
}
put {
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}/add
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}/add
body: json
auth: none
}

View File

@ -5,7 +5,7 @@ meta {
}
put {
url: {{base_url}}cloudflare/tunnel/{{tunnel_id}}/delete
url: {{base_url}}/cloudflare/tunnel/{{tunnel_id}}/delete
body: json
auth: none
}

View File

@ -1,4 +1,4 @@
vars {
tunnel_id: 50df9101-f625-4618-b7c5-100338a57124
base_url: http://localhost:8080/
base_url: http://localhost:8080
}

View File

@ -1,4 +1,4 @@
vars {
tunnel_id: 50df9101-f625-4618-b7c5-100338a57124
base_url: https://testcf.hithomelabs.com/
base_url: https://testcf.hithomelabs.com
}