mirror of
				https://github.com/KevinMidboe/leifs-image-processor.git
				synced 2025-10-29 17:50:20 +00:00 
			
		
		
		
	Changed default output folder to assets
This commit is contained in:
		| @@ -6,7 +6,7 @@ from processor import processImage | |||||||
|  |  | ||||||
| app = Flask(__name__) | app = Flask(__name__) | ||||||
| CORS_ORIGIN = 'http://localhost:8080' | CORS_ORIGIN = 'http://localhost:8080' | ||||||
| OUTPUT_PATH = 'output' | OUTPUT_PATH = 'assets' | ||||||
|  |  | ||||||
| class InvalidFiletype(Exception): | class InvalidFiletype(Exception): | ||||||
|   status_code = 400 |   status_code = 400 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user