Skip to content

Commit

Permalink
Merge pull request #682 from magieno/update-cli-to-use-data-mapper
Browse files Browse the repository at this point in the history
- Added missing mimetype.
  • Loading branch information
etiennenoel authored Mar 9, 2024
2 parents f7e7c97 + c1f796e commit 7b41e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/http/src/servers/file.http-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export class FileHttpServer {
".ttf": "font/ttf",
".txt": "text/plain",
".vsd": "application/vnd.visio",
".wasm": "application/wasm",
".wav": "audio/wav",
".weba": "audio/webm",
".webm": "video/webm",
Expand Down

0 comments on commit 7b41e5b

Please sign in to comment.