()
| 14 | } |
| 15 | |
| 16 | help() { |
| 17 | |
| 18 | return { |
| 19 | description: 'Displays created hostname routes from source custom hostnames to target services you own' |
| 20 | }; |
| 21 | |
| 22 | } |
| 23 | |
| 24 | run(params, callback) { |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected