Commit 756a130d authored by Alexander Lercher's avatar Alexander Lercher

correct location of image

parent 4ff86012
......@@ -2,4 +2,4 @@ from flask import request, Response, send_file
import pickle as json
def get_image():
return send_file("multilayer.png", mimetype="image/png")
\ No newline at end of file
return send_file("./rest/multilayer.png", mimetype="image/png")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment