Changed default output folder to assets

This commit is contained in:
2019-03-03 20:03:59 +01:00
parent dafaf6aec6
commit cb60e8d021

View File

@@ -6,7 +6,7 @@ from processor import processImage
app = Flask(__name__)
CORS_ORIGIN = 'http://localhost:8080'
OUTPUT_PATH = 'output'
OUTPUT_PATH = 'assets'
class InvalidFiletype(Exception):
status_code = 400