Created
November 23, 2020 23:25
-
-
Save AlexeyGy/20f62fa0df5e61808e7e12a6846a2690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@app.route('/images') | |
def show_images(): | |
return render_template('images.html', images=os.listdir('static/images')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment