(req: dict)
| 137 | |
| 138 | @server_api.post("/tunnel/cloudflare/start") |
| 139 | def start_cloudflare_tunnel(req: dict): |
| 140 | return start_cloudflare_tunnel_internal(req) |
| 141 | |
| 142 | @server_api.post("/tunnel/cloudflare/stop") |
| 143 | def stop_cloudflare_tunnel(req: dict): |
nothing calls this directly
no test coverage detected