Skip to content

Commit

Permalink
Add .mjs extension to MIME types (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
luukbox authored Jul 8, 2024
1 parent 68db606 commit ba9b7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class MimeType
'ser' => 'application/java-serialized-object',
'class' => 'application/java-vm',
'js' => 'application/javascript',
'mjs' => 'application/javascript',
'json' => 'application/json',
'jsonml' => 'application/jsonml+json',
'lostxml' => 'application/lost+xml',
Expand Down

0 comments on commit ba9b7ff

Please sign in to comment.