Browse Source

Merge pull request #387 from notmasteryet/tree-8

Add SVG to the 'make server' known types list
Andreas Gal 14 years ago
parent
commit
976aaa24bb
  1. 1
      test/test.py

1
test/test.py

@ -58,6 +58,7 @@ MIMEs = {
'.html': 'text/html', '.html': 'text/html',
'.js': 'application/javascript', '.js': 'application/javascript',
'.json': 'application/json', '.json': 'application/json',
'.svg': 'image/svg+xml',
'.pdf': 'application/pdf', '.pdf': 'application/pdf',
'.xhtml': 'application/xhtml+xml', '.xhtml': 'application/xhtml+xml',
'.ico': 'image/x-icon', '.ico': 'image/x-icon',

Loading…
Cancel
Save