Skip to content

Commit

Permalink
add webp content-type in response
Browse files Browse the repository at this point in the history
  • Loading branch information
tbo47 committed Oct 4, 2024
1 parent de0bbad commit 1404c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/API/Serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ var contentTypes = {
'vrml': 'model/vrml',
'war': 'application/java-archive',
'wav': 'audio/x-wav',
'webp': 'image/webp',
'wma': 'audio/x-ms-wma',
'wmv': 'video/x-ms-wmv',
'wmx': 'video/x-ms-wmx',
Expand Down

0 comments on commit 1404c6e

Please sign in to comment.