gstaff / flask-ngrok

A simple way to demo Flask apps from your machine.
Other
138 stars 58 forks source link

Expose the ngrok_address as the start_ngrok function return value #27

Open davidcavazos opened 2 years ago

davidcavazos commented 2 years ago

It's nice to be able to call a "public" (non-underscore) function like start_ngrok instead of _run_ngrok, so this simply forwards back the ngrok address as the return value.