Skip to content

Commit

Permalink
add support in name for openslide compatibles
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Nov 11, 2019
1 parent 28e4632 commit 421a098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlideServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
app.config['TOKEN_SIZE'] = 10
app.config['SECRET_KEY'] = os.urandom(24)

ALLOWED_EXTENSIONS = set(['svs', 'tif'])
ALLOWED_EXTENSIONS = set(['svs', 'tif', 'tiff', 'vms', 'vmu', 'ndpi', 'scn', 'mrxs', 'bif', 'svslide'])


def allowed_file(filename):
Expand Down

0 comments on commit 421a098

Please sign in to comment.