Skip to content
Snippets Groups Projects
Commit 899cea9e authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the .xml file extension in the allowed files

parent cf3f87d4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Compress( api )
UPLOAD_FOLDER = os.path.join( tempfile.gettempdir(), "NIST" )
api.config[ 'UPLOAD_FOLDER' ] = UPLOAD_FOLDER
ALLOWED_EXTENSIONS = [ '.nist', '.nst' ]
ALLOWED_EXTENSIONS = [ '.nist', '.nst', '.xml' ]
################################################################################
# Generic routing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment