Skip to content
Snippets Groups Projects
Commit 434d5de9 authored by qsm-odoo's avatar qsm-odoo
Browse files

[REF] http_routing: guess scss mimetype

parent 2d63d2d7
Branches
Tags
No related merge requests found
......@@ -35,6 +35,7 @@ def _guess_mimetype(ext=False, default='text/html'):
exts = {
'.css': 'text/css',
'.less': 'text/less',
'.scss': 'text/scss',
'.js': 'text/javascript',
'.xml': 'text/xml',
'.csv': 'text/csv',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment