()
| 18 | } |
| 19 | |
| 20 | help() { |
| 21 | |
| 22 | return { |
| 23 | description: 'Removes a hostname route from a source custom hostname to a target service you own' |
| 24 | }; |
| 25 | |
| 26 | } |
| 27 | |
| 28 | run(params, callback) { |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected