mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
This commit is contained in:
parent
8b9e3ee75d
commit
bbbf42b685
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ function appGetFileType (app, wildcard, contentType, pageToRender) {
|
|||
const fileTypes = [
|
||||
['/*.mp4', 'video/mp4', 'stuff/video'],
|
||||
['/*.mp3', 'audio/mpeg', 'stuff/audio'],
|
||||
['/*.pdf', 'application/pdf'],
|
||||
['/*.zip', 'application/zip']
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue