gstaff / flask-ngrok

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

Flask run parameters #3

Closed VikashKothary closed 5 years ago

VikashKothary commented 5 years ago

As you are replacing the current run function, you break any existing functionality that relies on passing in parameters. Maybe you can pass them through your function into the old function?