probably not fixed

This commit is contained in:
2019-08-19 21:02:44 -05:00
parent 24d24ac294
commit a0e04906ff

View File

@@ -13,5 +13,5 @@ def index():
@app.route('/images/<path:filename>')
def send_image(filename):
#filename = os.path.join('resources', 'blooper.jpg')
return send_from_directory('resources', filename)
return send_from_directory('/resources/', filename)