Flask: Difference between revisions

54 bytes added ,  5 years ago
No edit summary
Line 43:
if __name__ == '__main__':
app.run(debug = True, host = '0.0.0.0')
</syntaxhighlight>
 
Line 63:
</syntaxhighlight>
 
Access the application on below URL:
 
http://10.10.10.1:5000/upload